Html Css Color HEX #003F74 Dark Cerulean

📋 copy color: '#003F74'

red 0 ◦ green 63 ◦ blue 116

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

Shades of Dark Cerulean #003F74

Tints of Dark Cerulean #003F74

RGB

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

 GREEN value IS 63 (25% from 255) = 35.2%

 BLUE value IS 116 (45.7% from 255) = 64.8%

R = 0%
G = 35.2%
B = 64.8%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#003F74 (or 0x003F74) is known color: Dark Cerulean. HEX triplet: 00, 3F and 74. RGB value is (0,63,116). Sum of RGB (Red+Green+Blue) = 0+63+116=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 116 (45.70% from 255 or 64.80% from 179); Max value from RGB is 116 - color contains mainly: blue. Hex color #003F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F74 is #FFC08B. Grayscale: #313131. Windows color (decimal): -16760972 or 7618304. OLE color: 7618304.

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

Color convert

RGB 0 63 116 -
CMYK 1 0.46 0 0.55
HSL 207.41º 1% 0.23% -
HSV(B) 207.41º 1% 0.45% -
XYZ 4.93 4.82 17.19 -
YUV 50.21 165.13 92.19 -
System Red Green Blue C M Y K H S L
Decimal 0 63 116 1 0.46 0 0.55 207.41 1 0.23
Hex 0 3F 74 64 2E 0 37 CF 64 17
Octal 0 77 164 144 56 0 67 317 144 27
Binary 0 111111 1110100 1100100 101110 0 110111 11001111 1100100 10111

Color Harmonies of #003F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F74

Black with #003F74

Text Example


Text Example

White with #003F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,63,116); }

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

background-color css

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

 a { background-color: rgb(0,63,116); }

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

border-color css

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

 span { border-color: rgb(0,63,116); }

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