Html Css Color HEX #023067 Prussian Blue

📋 copy color: '#023067'

red 2 ◦ green 48 ◦ blue 103

#023067
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #023067

Tints of Prussian Blue #023067

RGB

 RED value IS 2 (1.17% from 255) = 1.31%

 GREEN value IS 48 (19.14% from 255) = 31.37%

 BLUE value IS 103 (40.63% from 255) = 67.32%

R = 1.31%
G = 31.37%
B = 67.32%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#023067 (or 0x023067) is known color: Prussian Blue. HEX triplet: 02, 30 and 67. RGB value is (2,48,103). Sum of RGB (Red+Green+Blue) = 2+48+103=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 103 (40.62% from 255 or 67.32% from 153); Max value from RGB is 103 - color contains mainly: blue. Hex color #023067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023067 is #FDCF98. Grayscale: #282828. Windows color (decimal): -16633753 or 6762498. OLE color: 6762498.

HSL color Cylindrical-coordinate representation of color #023067: hue angle of 212.67º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023067 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 48 103 -
CMYK 0.98 0.53 0 0.60
HSL 212.67º 0.96% 0.21% -
HSV(B) 212.67º 0.98% 0.4% -
XYZ 3.53 3.11 13.25 -
YUV 40.52 163.26 100.53 -
System Red Green Blue C M Y K H S L
Decimal 2 48 103 0.98 0.53 0 0.60 212.67 0.96 0.21
Hex 2 30 67 62 35 0 3C D5 60 15
Octal 2 60 147 142 65 0 74 325 140 25
Binary 10 110000 1100111 1100010 110101 0 111100 11010101 1100000 10101

Color Harmonies of #023067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023067

Black with #023067

Text Example


Text Example

White with #023067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023067; }

 p { color: rgb(2,48,103); }

 H1.HeaderClassName
 {
   color: #023067;
 }
 .AnyTagClassName
 {
   color: #023067;
 }
</style>

background-color css

<style>
 a { background-color: #023067; }

 a { background-color: rgb(2,48,103); }

 div.DivClassName
 {
   background-color: #023067;
 }
 .BgClassName
 {
   background-color: #023067;
 }
</style>

border-color css

<style>
 span { border-color: #023067; }

 span { border-color: rgb(2,48,103); }

 td.TdClassName
 {
   border-color: #023067;
 }
 .TagClassName
 {
   border-color: #023067;
 }
</style>