Html Css Color HEX #00508D Dark Cerulean

📋 copy color: '#00508D'

red 0 ◦ green 80 ◦ blue 141

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

Shades of Dark Cerulean #00508D

Tints of Dark Cerulean #00508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.8%

R = 0%
G = 36.2%
B = 63.8%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00508D (or 0x00508D) is known color: Dark Cerulean. HEX triplet: 00, 50 and 8D. RGB value is (0,80,141). Sum of RGB (Red+Green+Blue) = 0+80+141=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #00508D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00508D is #FFAF72. Grayscale: #3E3E3E. Windows color (decimal): -16756595 or 9261056. OLE color: 9261056.

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

Color convert

RGB 0 80 141 -
CMYK 1 0.43 0 0.45
HSL 205.96º 1% 0.28% -
HSV(B) 205.96º 1% 0.55% -
XYZ 7.68 7.66 26.27 -
YUV 63.03 172 83.04 -
System Red Green Blue C M Y K H S L
Decimal 0 80 141 1 0.43 0 0.45 205.96 1 0.28
Hex 0 50 8D 64 2B 0 2D CE 64 1C
Octal 0 120 215 144 53 0 55 316 144 34
Binary 0 1010000 10001101 1100100 101011 0 101101 11001110 1100100 11100

Color Harmonies of #00508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00508D

Black with #00508D

Text Example


Text Example

White with #00508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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