Html Css Color HEX #003F76 Dark Cerulean

📋 copy color: '#003F76'

red 0 ◦ green 63 ◦ blue 118

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

Shades of Dark Cerulean #003F76

Tints of Dark Cerulean #003F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 65.19%

R = 0%
G = 34.81%
B = 65.19%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#003F76 (or 0x003F76) is known color: Dark Cerulean. HEX triplet: 00, 3F and 76. RGB value is (0,63,118). Sum of RGB (Red+Green+Blue) = 0+63+118=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 118 (46.48% from 255 or 65.19% from 181); Max value from RGB is 118 - color contains mainly: blue. Hex color #003F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F76 is #FFC089. Grayscale: #323232. Windows color (decimal): -16760970 or 7749376. OLE color: 7749376.

HSL color Cylindrical-coordinate representation of color #003F76: hue angle of 207.97º 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 #003F76 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 63 118 -
CMYK 1 0.47 0 0.54
HSL 207.97º 1% 0.23% -
HSV(B) 207.97º 1% 0.46% -
XYZ 5.05 4.86 17.81 -
YUV 50.43 166.13 92.03 -
System Red Green Blue C M Y K H S L
Decimal 0 63 118 1 0.47 0 0.54 207.97 1 0.23
Hex 0 3F 76 64 2F 0 36 D0 64 17
Octal 0 77 166 144 57 0 66 320 144 27
Binary 0 111111 1110110 1100100 101111 0 110110 11010000 1100100 10111

Color Harmonies of #003F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F76

Black with #003F76

Text Example


Text Example

White with #003F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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