Html Css Color HEX #00507D Dark Cerulean

📋 copy color: '#00507D'

red 0 ◦ green 80 ◦ blue 125

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

Shades of Dark Cerulean #00507D

Tints of Dark Cerulean #00507D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 125 (49.22% from 255) = 60.98%

R = 0%
G = 39.02%
B = 60.98%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00507D (or 0x00507D) is known color: Dark Cerulean. HEX triplet: 00, 50 and 7D. RGB value is (0,80,125). Sum of RGB (Red+Green+Blue) = 0+80+125=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #00507D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00507D is #FFAF82. Grayscale: #3C3C3C. Windows color (decimal): -16756611 or 8212480. OLE color: 8212480.

HSL color Cylindrical-coordinate representation of color #00507D: hue angle of 201.6º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00507D is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 80 125 -
CMYK 1 0.36 0 0.51
HSL 201.6º 1% 0.25% -
HSV(B) 201.6º 1% 0.49% -
XYZ 6.57 7.22 20.45 -
YUV 61.21 164 84.34 -
System Red Green Blue C M Y K H S L
Decimal 0 80 125 1 0.36 0 0.51 201.6 1 0.25
Hex 0 50 7D 64 24 0 33 CA 64 19
Octal 0 120 175 144 44 0 63 312 144 31
Binary 0 1010000 1111101 1100100 100100 0 110011 11001010 1100100 11001

Color Harmonies of #00507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00507D

Black with #00507D

Text Example


Text Example

White with #00507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00507D; }

 p { color: rgb(0,80,125); }

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

background-color css

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

 a { background-color: rgb(0,80,125); }

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

border-color css

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

 span { border-color: rgb(0,80,125); }

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