Html Css Color HEX #02365C Prussian Blue

📋 copy color: '#02365C'

red 2 ◦ green 54 ◦ blue 92

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

Shades of Prussian Blue #02365C

Tints of Prussian Blue #02365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.49%

 BLUE value IS 92 (36.33% from 255) = 62.16%

R = 1.35%
G = 36.49%
B = 62.16%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02365C (or 0x02365C) is known color: Prussian Blue. HEX triplet: 02, 36 and 5C. RGB value is (2,54,92). Sum of RGB (Red+Green+Blue) = 2+54+92=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #02365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02365C is #FDC9A3. Grayscale: #2A2A2A. Windows color (decimal): -16632228 or 6043138. OLE color: 6043138.

HSL color Cylindrical-coordinate representation of color #02365C: hue angle of 205.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02365C is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 54 92 -
CMYK 0.98 0.41 0 0.64
HSL 205.33º 0.96% 0.18% -
HSV(B) 205.33º 0.98% 0.36% -
XYZ 3.28 3.42 10.61 -
YUV 42.78 155.77 98.91 -
System Red Green Blue C M Y K H S L
Decimal 2 54 92 0.98 0.41 0 0.64 205.33 0.96 0.18
Hex 2 36 5C 62 29 0 40 CD 60 12
Octal 2 66 134 142 51 0 100 315 140 22
Binary 10 110110 1011100 1100010 101001 0 1000000 11001101 1100000 10010

Color Harmonies of #02365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02365C

Black with #02365C

Text Example


Text Example

White with #02365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02365C; }

 p { color: rgb(2,54,92); }

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

background-color css

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

 a { background-color: rgb(2,54,92); }

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

border-color css

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

 span { border-color: rgb(2,54,92); }

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