Html Css Color HEX #063875 Dark Cerulean

📋 copy color: '#063875'

red 6 ◦ green 56 ◦ blue 117

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

Shades of Dark Cerulean #063875

Tints of Dark Cerulean #063875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.28%

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

R = 3.35%
G = 31.28%
B = 65.36%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#063875 (or 0x063875) is known color: Dark Cerulean. HEX triplet: 06, 38 and 75. RGB value is (6,56,117). Sum of RGB (Red+Green+Blue) = 6+56+117=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #063875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063875 is #F9C78A. Grayscale: #2F2F2F. Windows color (decimal): -16369547 or 7682054. OLE color: 7682054.

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

Color convert

RGB 6 56 117 -
CMYK 0.95 0.52 0 0.54
HSL 212.97º 0.9% 0.24% -
HSV(B) 212.97º 0.95% 0.46% -
XYZ 4.7 4.15 17.38 -
YUV 48 166.94 98.04 -
System Red Green Blue C M Y K H S L
Decimal 6 56 117 0.95 0.52 0 0.54 212.97 0.9 0.24
Hex 6 38 75 5F 34 0 36 D5 5A 18
Octal 6 70 165 137 64 0 66 325 132 30
Binary 110 111000 1110101 1011111 110100 0 110110 11010101 1011010 11000

Color Harmonies of #063875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063875

Black with #063875

Text Example


Text Example

White with #063875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063875; }

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

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

background-color css

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

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

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

border-color css

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

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

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