Html Css Color HEX #063D75 Dark Cerulean

📋 copy color: '#063D75'

red 6 ◦ green 61 ◦ blue 117

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

Shades of Dark Cerulean #063D75

Tints of Dark Cerulean #063D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 63.59%

R = 3.26%
G = 33.15%
B = 63.59%

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

#063D75 (or 0x063D75) is known color: Dark Cerulean. HEX triplet: 06, 3D and 75. RGB value is (6,61,117). Sum of RGB (Red+Green+Blue) = 6+61+117=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #063D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D75 is #F9C28A. Grayscale: #323232. Windows color (decimal): -16368267 or 7683334. OLE color: 7683334.

HSL color Cylindrical-coordinate representation of color #063D75: hue angle of 210.27º 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 #063D75 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 61 117 -
CMYK 0.95 0.48 0 0.54
HSL 210.27º 0.9% 0.24% -
HSV(B) 210.27º 0.95% 0.46% -
XYZ 4.95 4.66 17.47 -
YUV 50.94 165.28 95.95 -
System Red Green Blue C M Y K H S L
Decimal 6 61 117 0.95 0.48 0 0.54 210.27 0.9 0.24
Hex 6 3D 75 5F 30 0 36 D2 5A 18
Octal 6 75 165 137 60 0 66 322 132 30
Binary 110 111101 1110101 1011111 110000 0 110110 11010010 1011010 11000

Color Harmonies of #063D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063D75

Black with #063D75

Text Example


Text Example

White with #063D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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