Html Css Color HEX #003A75 Dark Cerulean

📋 copy color: '#003A75'

red 0 ◦ green 58 ◦ blue 117

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

Shades of Dark Cerulean #003A75

Tints of Dark Cerulean #003A75

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.14%

 BLUE value IS 117 (46.09% from 255) = 66.86%

R = 0%
G = 33.14%
B = 66.86%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#003A75 (or 0x003A75) is known color: Dark Cerulean. HEX triplet: 00, 3A and 75. RGB value is (0,58,117). Sum of RGB (Red+Green+Blue) = 0+58+117=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #003A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A75 is #FFC58A. Grayscale: #2F2F2F. Windows color (decimal): -16762251 or 7682560. OLE color: 7682560.

HSL color Cylindrical-coordinate representation of color #003A75: hue angle of 210.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A75 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 58 117 -
CMYK 1 0.50 0 0.54
HSL 210.26º 1% 0.23% -
HSV(B) 210.26º 1% 0.46% -
XYZ 4.72 4.31 17.41 -
YUV 47.38 167.28 94.2 -
System Red Green Blue C M Y K H S L
Decimal 0 58 117 1 0.50 0 0.54 210.26 1 0.23
Hex 0 3A 75 64 32 0 36 D2 64 17
Octal 0 72 165 144 62 0 66 322 144 27
Binary 0 111010 1110101 1100100 110010 0 110110 11010010 1100100 10111

Color Harmonies of #003A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A75

Black with #003A75

Text Example


Text Example

White with #003A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,58,117); }

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

background-color css

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

 a { background-color: rgb(0,58,117); }

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

border-color css

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

 span { border-color: rgb(0,58,117); }

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