Html Css Color HEX #063D77 Dark Cerulean

📋 copy color: '#063D77'

red 6 ◦ green 61 ◦ blue 119

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

Shades of Dark Cerulean #063D77

Tints of Dark Cerulean #063D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 63.98%

R = 3.23%
G = 32.8%
B = 63.98%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#063D77 (or 0x063D77) is known color: Dark Cerulean. HEX triplet: 06, 3D and 77. RGB value is (6,61,119). Sum of RGB (Red+Green+Blue) = 6+61+119=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #063D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D77 is #F9C288. Grayscale: #323232. Windows color (decimal): -16368265 or 7814406. OLE color: 7814406.

HSL color Cylindrical-coordinate representation of color #063D77: hue angle of 210.8º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063D77 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 61 119 -
CMYK 0.95 0.49 0 0.53
HSL 210.8º 0.9% 0.25% -
HSV(B) 210.8º 0.95% 0.47% -
XYZ 5.07 4.71 18.09 -
YUV 51.17 166.28 95.78 -
System Red Green Blue C M Y K H S L
Decimal 6 61 119 0.95 0.49 0 0.53 210.8 0.9 0.25
Hex 6 3D 77 5F 31 0 35 D3 5A 19
Octal 6 75 167 137 61 0 65 323 132 31
Binary 110 111101 1110111 1011111 110001 0 110101 11010011 1011010 11001

Color Harmonies of #063D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063D77

Black with #063D77

Text Example


Text Example

White with #063D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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