Html Css Color HEX #02547B Dark Cerulean

📋 copy color: '#02547B'

red 2 ◦ green 84 ◦ blue 123

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

Shades of Dark Cerulean #02547B

Tints of Dark Cerulean #02547B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.19%

 BLUE value IS 123 (48.44% from 255) = 58.85%

R = 0.96%
G = 40.19%
B = 58.85%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02547B (or 0x02547B) is known color: Dark Cerulean. HEX triplet: 02, 54 and 7B. RGB value is (2,84,123). Sum of RGB (Red+Green+Blue) = 2+84+123=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #02547B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02547B is #FDAB84. Grayscale: #3F3F3F. Windows color (decimal): -16624517 or 8082434. OLE color: 8082434.

HSL color Cylindrical-coordinate representation of color #02547B: hue angle of 199.34º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02547B is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 84 123 -
CMYK 0.98 0.32 0 0.52
HSL 199.34º 0.97% 0.25% -
HSV(B) 199.34º 0.98% 0.48% -
XYZ 6.77 7.78 19.88 -
YUV 63.93 161.33 83.83 -
System Red Green Blue C M Y K H S L
Decimal 2 84 123 0.98 0.32 0 0.52 199.34 0.97 0.25
Hex 2 54 7B 62 20 0 34 C7 61 19
Octal 2 124 173 142 40 0 64 307 141 31
Binary 10 1010100 1111011 1100010 100000 0 110100 11000111 1100001 11001

Color Harmonies of #02547B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02547B

Black with #02547B

Text Example


Text Example

White with #02547B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02547B; }

 p { color: rgb(2,84,123); }

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

background-color css

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

 a { background-color: rgb(2,84,123); }

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

border-color css

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

 span { border-color: rgb(2,84,123); }

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