Html Css Color HEX #00508A Dark Cerulean

📋 copy color: '#00508A'

red 0 ◦ green 80 ◦ blue 138

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

Shades of Dark Cerulean #00508A

Tints of Dark Cerulean #00508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 63.3%

R = 0%
G = 36.7%
B = 63.3%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00508A (or 0x00508A) is known color: Dark Cerulean. HEX triplet: 00, 50 and 8A. RGB value is (0,80,138). Sum of RGB (Red+Green+Blue) = 0+80+138=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #00508A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00508A is #FFAF75. Grayscale: #3E3E3E. Windows color (decimal): -16756598 or 9064448. OLE color: 9064448.

HSL color Cylindrical-coordinate representation of color #00508A: hue angle of 205.22º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00508A is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 80 138 -
CMYK 1 0.42 0 0.46
HSL 205.22º 1% 0.27% -
HSV(B) 205.22º 1% 0.54% -
XYZ 7.46 7.57 25.11 -
YUV 62.69 170.5 83.28 -
System Red Green Blue C M Y K H S L
Decimal 0 80 138 1 0.42 0 0.46 205.22 1 0.27
Hex 0 50 8A 64 2A 0 2E CD 64 1B
Octal 0 120 212 144 52 0 56 315 144 33
Binary 0 1010000 10001010 1100100 101010 0 101110 11001101 1100100 11011

Color Harmonies of #00508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00508A

Black with #00508A

Text Example


Text Example

White with #00508A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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