Html Css Color HEX #063A75 Dark Cerulean

📋 copy color: '#063A75'

red 6 ◦ green 58 ◦ blue 117

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

Shades of Dark Cerulean #063A75

Tints of Dark Cerulean #063A75

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.04%

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

R = 3.31%
G = 32.04%
B = 64.64%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#063A75 (or 0x063A75) is known color: Dark Cerulean. HEX triplet: 06, 3A and 75. RGB value is (6,58,117). Sum of RGB (Red+Green+Blue) = 6+58+117=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #063A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A75 is #F9C58A. Grayscale: #303030. Windows color (decimal): -16369035 or 7682566. OLE color: 7682566.

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

Color convert

RGB 6 58 117 -
CMYK 0.95 0.50 0 0.54
HSL 211.89º 0.9% 0.24% -
HSV(B) 211.89º 0.95% 0.46% -
XYZ 4.8 4.35 17.42 -
YUV 49.18 166.27 97.2 -
System Red Green Blue C M Y K H S L
Decimal 6 58 117 0.95 0.50 0 0.54 211.89 0.9 0.24
Hex 6 3A 75 5F 32 0 36 D4 5A 18
Octal 6 72 165 137 62 0 66 324 132 30
Binary 110 111010 1110101 1011111 110010 0 110110 11010100 1011010 11000

Color Harmonies of #063A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A75

Black with #063A75

Text Example


Text Example

White with #063A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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