Html Css Color HEX #003D7E Dark Cerulean

📋 copy color: '#003D7E'

red 0 ◦ green 61 ◦ blue 126

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

Shades of Dark Cerulean #003D7E

Tints of Dark Cerulean #003D7E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.62%

 BLUE value IS 126 (49.61% from 255) = 67.38%

R = 0%
G = 32.62%
B = 67.38%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#003D7E (or 0x003D7E) is known color: Dark Cerulean. HEX triplet: 00, 3D and 7E. RGB value is (0,61,126). Sum of RGB (Red+Green+Blue) = 0+61+126=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 126 (49.61% from 255 or 67.38% from 187); Max value from RGB is 126 - color contains mainly: blue. Hex color #003D7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003D7E is #FFC281. Grayscale: #313131. Windows color (decimal): -16761474 or 8273152. OLE color: 8273152.

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

Color convert

RGB 0 61 126 -
CMYK 1 0.52 0 0.51
HSL 210.95º 1% 0.25% -
HSV(B) 210.95º 1% 0.49% -
XYZ 5.43 4.84 20.39 -
YUV 50.17 170.79 92.21 -
System Red Green Blue C M Y K H S L
Decimal 0 61 126 1 0.52 0 0.51 210.95 1 0.25
Hex 0 3D 7E 64 34 0 33 D3 64 19
Octal 0 75 176 144 64 0 63 323 144 31
Binary 0 111101 1111110 1100100 110100 0 110011 11010011 1100100 11001

Color Harmonies of #003D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D7E

Black with #003D7E

Text Example


Text Example

White with #003D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,61,126); }

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

background-color css

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

 a { background-color: rgb(0,61,126); }

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

border-color css

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

 span { border-color: rgb(0,61,126); }

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