Html Css Color HEX #063D73 Dark Cerulean

📋 copy color: '#063D73'

red 6 ◦ green 61 ◦ blue 115

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

Shades of Dark Cerulean #063D73

Tints of Dark Cerulean #063D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 63.19%

R = 3.3%
G = 33.52%
B = 63.19%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#063D73 (or 0x063D73) is known color: Dark Cerulean. HEX triplet: 06, 3D and 73. RGB value is (6,61,115). Sum of RGB (Red+Green+Blue) = 6+61+115=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #063D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D73 is #F9C28C. Grayscale: #323232. Windows color (decimal): -16368269 or 7552262. OLE color: 7552262.

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

Color convert

RGB 6 61 115 -
CMYK 0.95 0.47 0 0.55
HSL 209.72º 0.9% 0.24% -
HSV(B) 209.72º 0.95% 0.45% -
XYZ 4.84 4.61 16.86 -
YUV 50.71 164.28 96.11 -
System Red Green Blue C M Y K H S L
Decimal 6 61 115 0.95 0.47 0 0.55 209.72 0.9 0.24
Hex 6 3D 73 5F 2F 0 37 D2 5A 18
Octal 6 75 163 137 57 0 67 322 132 30
Binary 110 111101 1110011 1011111 101111 0 110111 11010010 1011010 11000

Color Harmonies of #063D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063D73

Black with #063D73

Text Example


Text Example

White with #063D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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