Html Css Color HEX #063E8C Dark Cerulean

📋 copy color: '#063E8C'

red 6 ◦ green 62 ◦ blue 140

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

Shades of Dark Cerulean #063E8C

Tints of Dark Cerulean #063E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 67.31%

R = 2.88%
G = 29.81%
B = 67.31%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#063E8C (or 0x063E8C) is known color: Dark Cerulean. HEX triplet: 06, 3E and 8C. RGB value is (6,62,140). Sum of RGB (Red+Green+Blue) = 6+62+140=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #063E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063E8C is #F9C173. Grayscale: #353535. Windows color (decimal): -16367988 or 9190918. OLE color: 9190918.

HSL color Cylindrical-coordinate representation of color #063E8C: hue angle of 214.93º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063E8C is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 62 140 -
CMYK 0.96 0.56 0 0.45
HSL 214.93º 0.92% 0.29% -
HSV(B) 214.93º 0.96% 0.55% -
XYZ 6.53 5.38 25.5 -
YUV 54.15 176.45 93.66 -
System Red Green Blue C M Y K H S L
Decimal 6 62 140 0.96 0.56 0 0.45 214.93 0.92 0.29
Hex 6 3E 8C 60 38 0 2D D7 5C 1D
Octal 6 76 214 140 70 0 55 327 134 35
Binary 110 111110 10001100 1100000 111000 0 101101 11010111 1011100 11101

Color Harmonies of #063E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E8C

Black with #063E8C

Text Example


Text Example

White with #063E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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