Html Css Color HEX #063975 Dark Cerulean

📋 copy color: '#063975'

red 6 ◦ green 57 ◦ blue 117

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

Shades of Dark Cerulean #063975

Tints of Dark Cerulean #063975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.67%

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

R = 3.33%
G = 31.67%
B = 65%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#063975 (or 0x063975) is known color: Dark Cerulean. HEX triplet: 06, 39 and 75. RGB value is (6,57,117). Sum of RGB (Red+Green+Blue) = 6+57+117=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #063975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063975 is #F9C68A. Grayscale: #303030. Windows color (decimal): -16369291 or 7682310. OLE color: 7682310.

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

Color convert

RGB 6 57 117 -
CMYK 0.95 0.51 0 0.54
HSL 212.43º 0.9% 0.24% -
HSV(B) 212.43º 0.95% 0.46% -
XYZ 4.75 4.25 17.4 -
YUV 48.59 166.6 97.62 -
System Red Green Blue C M Y K H S L
Decimal 6 57 117 0.95 0.51 0 0.54 212.43 0.9 0.24
Hex 6 39 75 5F 33 0 36 D4 5A 18
Octal 6 71 165 137 63 0 66 324 132 30
Binary 110 111001 1110101 1011111 110011 0 110110 11010100 1011010 11000

Color Harmonies of #063975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063975

Black with #063975

Text Example


Text Example

White with #063975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063975; }

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

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

background-color css

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

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

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

border-color css

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

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

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