Html Css Color HEX #02385A Prussian Blue

📋 copy color: '#02385A'

red 2 ◦ green 56 ◦ blue 90

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

Shades of Prussian Blue #02385A

Tints of Prussian Blue #02385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.84%

 BLUE value IS 90 (35.55% from 255) = 60.81%

R = 1.35%
G = 37.84%
B = 60.81%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#02385A (or 0x02385A) is known color: Prussian Blue. HEX triplet: 02, 38 and 5A. RGB value is (2,56,90). Sum of RGB (Red+Green+Blue) = 2+56+90=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #02385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02385A is #FDC7A5. Grayscale: #2B2B2B. Windows color (decimal): -16631718 or 5912578. OLE color: 5912578.

HSL color Cylindrical-coordinate representation of color #02385A: hue angle of 203.18º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02385A is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 56 90 -
CMYK 0.98 0.38 0 0.65
HSL 203.18º 0.96% 0.18% -
HSV(B) 203.18º 0.98% 0.35% -
XYZ 3.28 3.58 10.19 -
YUV 43.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 2 56 90 0.98 0.38 0 0.65 203.18 0.96 0.18
Hex 2 38 5A 62 26 0 41 CB 60 12
Octal 2 70 132 142 46 0 101 313 140 22
Binary 10 111000 1011010 1100010 100110 0 1000001 11001011 1100000 10010

Color Harmonies of #02385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02385A

Black with #02385A

Text Example


Text Example

White with #02385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02385A; }

 p { color: rgb(2,56,90); }

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

background-color css

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

 a { background-color: rgb(2,56,90); }

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

border-color css

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

 span { border-color: rgb(2,56,90); }

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