Html Css Color HEX #00408D Dark Cerulean

📋 copy color: '#00408D'

red 0 ◦ green 64 ◦ blue 141

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

Shades of Dark Cerulean #00408D

Tints of Dark Cerulean #00408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.22%

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

R = 0%
G = 31.22%
B = 68.78%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00408D (or 0x00408D) is known color: Dark Cerulean. HEX triplet: 00, 40 and 8D. RGB value is (0,64,141). Sum of RGB (Red+Green+Blue) = 0+64+141=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #00408D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00408D is #FFBF72. Grayscale: #353535. Windows color (decimal): -16760691 or 9256960. OLE color: 9256960.

HSL color Cylindrical-coordinate representation of color #00408D: hue angle of 212.77º 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 #00408D is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 64 141 -
CMYK 1 0.55 0 0.45
HSL 212.77º 1% 0.28% -
HSV(B) 212.77º 1% 0.55% -
XYZ 6.64 5.59 25.93 -
YUV 53.64 177.3 89.74 -
System Red Green Blue C M Y K H S L
Decimal 0 64 141 1 0.55 0 0.45 212.77 1 0.28
Hex 0 40 8D 64 37 0 2D D5 64 1C
Octal 0 100 215 144 67 0 55 325 144 34
Binary 0 1000000 10001101 1100100 110111 0 101101 11010101 1100100 11100

Color Harmonies of #00408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00408D

Black with #00408D

Text Example


Text Example

White with #00408D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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