Html Css Color HEX #063C7D Dark Cerulean

📋 copy color: '#063C7D'

red 6 ◦ green 60 ◦ blue 125

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

Shades of Dark Cerulean #063C7D

Tints of Dark Cerulean #063C7D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.41%

 BLUE value IS 125 (49.22% from 255) = 65.45%

R = 3.14%
G = 31.41%
B = 65.45%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#063C7D (or 0x063C7D) is known color: Dark Cerulean. HEX triplet: 06, 3C and 7D. RGB value is (6,60,125). Sum of RGB (Red+Green+Blue) = 6+60+125=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #063C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C7D is #F9C382. Grayscale: #323232. Windows color (decimal): -16368515 or 8207366. OLE color: 8207366.

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

Color convert

RGB 6 60 125 -
CMYK 0.95 0.52 0 0.51
HSL 212.77º 0.91% 0.26% -
HSV(B) 212.77º 0.95% 0.49% -
XYZ 5.39 4.75 20.03 -
YUV 51.26 169.61 95.71 -
System Red Green Blue C M Y K H S L
Decimal 6 60 125 0.95 0.52 0 0.51 212.77 0.91 0.26
Hex 6 3C 7D 5F 34 0 33 D5 5B 1A
Octal 6 74 175 137 64 0 63 325 133 32
Binary 110 111100 1111101 1011111 110100 0 110011 11010101 1011011 11010

Color Harmonies of #063C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C7D

Black with #063C7D

Text Example


Text Example

White with #063C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,60,125); }

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

background-color css

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

 a { background-color: rgb(6,60,125); }

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

border-color css

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

 span { border-color: rgb(6,60,125); }

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