Html Css Color HEX #063E7F Dark Cerulean

📋 copy color: '#063E7F'

red 6 ◦ green 62 ◦ blue 127

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

Shades of Dark Cerulean #063E7F

Tints of Dark Cerulean #063E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 65.13%

R = 3.08%
G = 31.79%
B = 65.13%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#063E7F (or 0x063E7F) is known color: Dark Cerulean. HEX triplet: 06, 3E and 7F. RGB value is (6,62,127). Sum of RGB (Red+Green+Blue) = 6+62+127=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #063E7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063E7F is #F9C180. Grayscale: #343434. Windows color (decimal): -16368001 or 8338950. OLE color: 8338950.

HSL color Cylindrical-coordinate representation of color #063E7F: hue angle of 212.23º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063E7F is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 62 127 -
CMYK 0.95 0.51 0 0.50
HSL 212.23º 0.91% 0.26% -
HSV(B) 212.23º 0.95% 0.5% -
XYZ 5.63 5.02 20.75 -
YUV 52.67 169.95 94.71 -
System Red Green Blue C M Y K H S L
Decimal 6 62 127 0.95 0.51 0 0.50 212.23 0.91 0.26
Hex 6 3E 7F 5F 33 0 32 D4 5B 1A
Octal 6 76 177 137 63 0 62 324 133 32
Binary 110 111110 1111111 1011111 110011 0 110010 11010100 1011011 11010

Color Harmonies of #063E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E7F

Black with #063E7F

Text Example


Text Example

White with #063E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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