Html Css Color HEX #063D76 Dark Cerulean

📋 copy color: '#063D76'

red 6 ◦ green 61 ◦ blue 118

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

Shades of Dark Cerulean #063D76

Tints of Dark Cerulean #063D76

RGB

 RED value IS 6 (2.73% from 255) = 3.24%

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

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

R = 3.24%
G = 32.97%
B = 63.78%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#063D76 (or 0x063D76) is known color: Dark Cerulean. HEX triplet: 06, 3D and 76. RGB value is (6,61,118). Sum of RGB (Red+Green+Blue) = 6+61+118=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #063D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D76 is #F9C289. Grayscale: #323232. Windows color (decimal): -16368266 or 7748870. OLE color: 7748870.

HSL color Cylindrical-coordinate representation of color #063D76: hue angle of 210.54º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063D76 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 61 118 -
CMYK 0.95 0.48 0 0.54
HSL 210.54º 0.9% 0.24% -
HSV(B) 210.54º 0.95% 0.46% -
XYZ 5.01 4.68 17.78 -
YUV 51.05 165.78 95.87 -
System Red Green Blue C M Y K H S L
Decimal 6 61 118 0.95 0.48 0 0.54 210.54 0.9 0.24
Hex 6 3D 76 5F 30 0 36 D3 5A 18
Octal 6 75 166 137 60 0 66 323 132 30
Binary 110 111101 1110110 1011111 110000 0 110110 11010011 1011010 11000

Color Harmonies of #063D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063D76

Black with #063D76

Text Example


Text Example

White with #063D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063D76; }

 p { color: rgb(6,61,118); }

 H1.HeaderClassName
 {
   color: #063D76;
 }
 .AnyTagClassName
 {
   color: #063D76;
 }
</style>

background-color css

<style>
 a { background-color: #063D76; }

 a { background-color: rgb(6,61,118); }

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

border-color css

<style>
 span { border-color: #063D76; }

 span { border-color: rgb(6,61,118); }

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