Html Css Color HEX #003E85 Dark Cerulean

📋 copy color: '#003E85'

red 0 ◦ green 62 ◦ blue 133

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

Shades of Dark Cerulean #003E85

Tints of Dark Cerulean #003E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 68.21%

R = 0%
G = 31.79%
B = 68.21%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#003E85 (or 0x003E85) is known color: Dark Cerulean. HEX triplet: 00, 3E and 85. RGB value is (0,62,133). Sum of RGB (Red+Green+Blue) = 0+62+133=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #003E85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003E85 is #FFC17A. Grayscale: #333333. Windows color (decimal): -16761211 or 8732160. OLE color: 8732160.

HSL color Cylindrical-coordinate representation of color #003E85: hue angle of 212.03º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E85 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 62 133 -
CMYK 1 0.53 0 0.48
HSL 212.03º 1% 0.26% -
HSV(B) 212.03º 1% 0.52% -
XYZ 5.96 5.14 22.87 -
YUV 51.56 173.96 91.23 -
System Red Green Blue C M Y K H S L
Decimal 0 62 133 1 0.53 0 0.48 212.03 1 0.26
Hex 0 3E 85 64 35 0 30 D4 64 1A
Octal 0 76 205 144 65 0 60 324 144 32
Binary 0 111110 10000101 1100100 110101 0 110000 11010100 1100100 11010

Color Harmonies of #003E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003E85

Black with #003E85

Text Example


Text Example

White with #003E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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