Html Css Color HEX #063E75 Dark Cerulean

📋 copy color: '#063E75'

red 6 ◦ green 62 ◦ blue 117

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

Shades of Dark Cerulean #063E75

Tints of Dark Cerulean #063E75

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.51%

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

R = 3.24%
G = 33.51%
B = 63.24%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#063E75 (or 0x063E75) is known color: Dark Cerulean. HEX triplet: 06, 3E and 75. RGB value is (6,62,117). Sum of RGB (Red+Green+Blue) = 6+62+117=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #063E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063E75 is #F9C18A. Grayscale: #333333. Windows color (decimal): -16368011 or 7683590. OLE color: 7683590.

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

Color convert

RGB 6 62 117 -
CMYK 0.95 0.47 0 0.54
HSL 209.73º 0.9% 0.24% -
HSV(B) 209.73º 0.95% 0.46% -
XYZ 5.01 4.77 17.49 -
YUV 51.53 164.95 95.53 -
System Red Green Blue C M Y K H S L
Decimal 6 62 117 0.95 0.47 0 0.54 209.73 0.9 0.24
Hex 6 3E 75 5F 2F 0 36 D2 5A 18
Octal 6 76 165 137 57 0 66 322 132 30
Binary 110 111110 1110101 1011111 101111 0 110110 11010010 1011010 11000

Color Harmonies of #063E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E75

Black with #063E75

Text Example


Text Example

White with #063E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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