Html Css Color HEX #00508F Dark Cerulean

📋 copy color: '#00508F'

red 0 ◦ green 80 ◦ blue 143

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

Shades of Dark Cerulean #00508F

Tints of Dark Cerulean #00508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 64.13%

R = 0%
G = 35.87%
B = 64.13%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#00508F (or 0x00508F) is known color: Dark Cerulean. HEX triplet: 00, 50 and 8F. RGB value is (0,80,143). Sum of RGB (Red+Green+Blue) = 0+80+143=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #00508F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00508F is #FFAF70. Grayscale: #3E3E3E. Windows color (decimal): -16756593 or 9392128. OLE color: 9392128.

HSL color Cylindrical-coordinate representation of color #00508F: hue angle of 206.43º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00508F is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 80 143 -
CMYK 1 0.44 0 0.44
HSL 206.43º 1% 0.28% -
HSV(B) 206.43º 1% 0.56% -
XYZ 7.83 7.72 27.06 -
YUV 63.26 173 82.88 -
System Red Green Blue C M Y K H S L
Decimal 0 80 143 1 0.44 0 0.44 206.43 1 0.28
Hex 0 50 8F 64 2C 0 2C CE 64 1C
Octal 0 120 217 144 54 0 54 316 144 34
Binary 0 1010000 10001111 1100100 101100 0 101100 11001110 1100100 11100

Color Harmonies of #00508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00508F

Black with #00508F

Text Example


Text Example

White with #00508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00508F; }

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

 H1.HeaderClassName
 {
   color: #00508F;
 }
 .AnyTagClassName
 {
   color: #00508F;
 }
</style>

background-color css

<style>
 a { background-color: #00508F; }

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

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

border-color css

<style>
 span { border-color: #00508F; }

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

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