Html Css Color HEX #02507A Dark Cerulean

📋 copy color: '#02507A'

red 2 ◦ green 80 ◦ blue 122

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

Shades of Dark Cerulean #02507A

Tints of Dark Cerulean #02507A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.22%

 BLUE value IS 122 (48.05% from 255) = 59.8%

R = 0.98%
G = 39.22%
B = 59.8%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02507A (or 0x02507A) is known color: Dark Cerulean. HEX triplet: 02, 50 and 7A. RGB value is (2,80,122). Sum of RGB (Red+Green+Blue) = 2+80+122=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #02507A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02507A is #FDAF85. Grayscale: #3D3D3D. Windows color (decimal): -16625542 or 8015874. OLE color: 8015874.

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

Color convert

RGB 2 80 122 -
CMYK 0.98 0.34 0 0.52
HSL 201º 0.97% 0.24% -
HSV(B) 201º 0.98% 0.48% -
XYZ 6.41 7.16 19.46 -
YUV 61.47 162.16 85.58 -
System Red Green Blue C M Y K H S L
Decimal 2 80 122 0.98 0.34 0 0.52 201 0.97 0.24
Hex 2 50 7A 62 22 0 34 C9 61 18
Octal 2 120 172 142 42 0 64 311 141 30
Binary 10 1010000 1111010 1100010 100010 0 110100 11001001 1100001 11000

Color Harmonies of #02507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02507A

Black with #02507A

Text Example


Text Example

White with #02507A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,80,122); }

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

background-color css

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

 a { background-color: rgb(2,80,122); }

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

border-color css

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

 span { border-color: rgb(2,80,122); }

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