Html Css Color HEX #003E8C Dark Cerulean

📋 copy color: '#003E8C'

red 0 ◦ green 62 ◦ blue 140

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

Shades of Dark Cerulean #003E8C

Tints of Dark Cerulean #003E8C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.69%

 BLUE value IS 140 (55.08% from 255) = 69.31%

R = 0%
G = 30.69%
B = 69.31%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#003E8C (or 0x003E8C) is known color: Dark Cerulean. HEX triplet: 00, 3E and 8C. RGB value is (0,62,140). Sum of RGB (Red+Green+Blue) = 0+62+140=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #003E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003E8C is #FFC173. Grayscale: #333333. Windows color (decimal): -16761204 or 9190912. OLE color: 9190912.

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

Color convert

RGB 0 62 140 -
CMYK 1 0.56 0 0.45
HSL 213.43º 1% 0.27% -
HSV(B) 213.43º 1% 0.55% -
XYZ 6.46 5.34 25.5 -
YUV 52.35 177.46 90.66 -
System Red Green Blue C M Y K H S L
Decimal 0 62 140 1 0.56 0 0.45 213.43 1 0.27
Hex 0 3E 8C 64 38 0 2D D5 64 1B
Octal 0 76 214 144 70 0 55 325 144 33
Binary 0 111110 10001100 1100100 111000 0 101101 11010101 1100100 11011

Color Harmonies of #003E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003E8C

Black with #003E8C

Text Example


Text Example

White with #003E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003E8C; }

 p { color: rgb(0,62,140); }

 H1.HeaderClassName
 {
   color: #003E8C;
 }
 .AnyTagClassName
 {
   color: #003E8C;
 }
</style>

background-color css

<style>
 a { background-color: #003E8C; }

 a { background-color: rgb(0,62,140); }

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

border-color css

<style>
 span { border-color: #003E8C; }

 span { border-color: rgb(0,62,140); }

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