Html Css Color HEX #00408A Dark Cerulean

📋 copy color: '#00408A'

red 0 ◦ green 64 ◦ blue 138

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

Shades of Dark Cerulean #00408A

Tints of Dark Cerulean #00408A

RGB

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

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

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

R = 0%
G = 31.68%
B = 68.32%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00408A (or 0x00408A) is known color: Dark Cerulean. HEX triplet: 00, 40 and 8A. RGB value is (0,64,138). Sum of RGB (Red+Green+Blue) = 0+64+138=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #00408A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00408A is #FFBF75. Grayscale: #343434. Windows color (decimal): -16760694 or 9060352. OLE color: 9060352.

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

Color convert

RGB 0 64 138 -
CMYK 1 0.54 0 0.46
HSL 212.17º 1% 0.27% -
HSV(B) 212.17º 1% 0.54% -
XYZ 6.42 5.5 24.77 -
YUV 53.3 175.8 89.98 -
System Red Green Blue C M Y K H S L
Decimal 0 64 138 1 0.54 0 0.46 212.17 1 0.27
Hex 0 40 8A 64 36 0 2E D4 64 1B
Octal 0 100 212 144 66 0 56 324 144 33
Binary 0 1000000 10001010 1100100 110110 0 101110 11010100 1100100 11011

Color Harmonies of #00408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00408A

Black with #00408A

Text Example


Text Example

White with #00408A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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