Html Css Color HEX #023266 Prussian Blue

📋 copy color: '#023266'

red 2 ◦ green 50 ◦ blue 102

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

Shades of Prussian Blue #023266

Tints of Prussian Blue #023266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.47%

 BLUE value IS 102 (40.23% from 255) = 66.23%

R = 1.3%
G = 32.47%
B = 66.23%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#023266 (or 0x023266) is known color: Prussian Blue. HEX triplet: 02, 32 and 66. RGB value is (2,50,102). Sum of RGB (Red+Green+Blue) = 2+50+102=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #023266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023266 is #FDCD99. Grayscale: #292929. Windows color (decimal): -16633242 or 6697474. OLE color: 6697474.

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

Color convert

RGB 2 50 102 -
CMYK 0.98 0.51 0 0.6
HSL 211.2º 0.96% 0.2% -
HSV(B) 211.2º 0.98% 0.4% -
XYZ 3.56 3.25 13.01 -
YUV 41.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 2 50 102 0.98 0.51 0 0.6 211.2 0.96 0.2
Hex 2 32 66 62 33 0 3C D3 60 14
Octal 2 62 146 142 63 0 74 323 140 24
Binary 10 110010 1100110 1100010 110011 0 111100 11010011 1100000 10100

Color Harmonies of #023266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023266

Black with #023266

Text Example


Text Example

White with #023266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023266; }

 p { color: rgb(2,50,102); }

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

background-color css

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

 a { background-color: rgb(2,50,102); }

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

border-color css

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

 span { border-color: rgb(2,50,102); }

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