Html Css Color HEX #063D7D Dark Cerulean

📋 copy color: '#063D7D'

red 6 ◦ green 61 ◦ blue 125

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

Shades of Dark Cerulean #063D7D

Tints of Dark Cerulean #063D7D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.77%

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

R = 3.13%
G = 31.77%
B = 65.1%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#063D7D (or 0x063D7D) is known color: Dark Cerulean. HEX triplet: 06, 3D and 7D. RGB value is (6,61,125). Sum of RGB (Red+Green+Blue) = 6+61+125=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #063D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D7D is #F9C282. Grayscale: #333333. Windows color (decimal): -16368259 or 8207622. OLE color: 8207622.

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

Color convert

RGB 6 61 125 -
CMYK 0.95 0.51 0 0.51
HSL 212.27º 0.91% 0.26% -
HSV(B) 212.27º 0.95% 0.49% -
XYZ 5.45 4.86 20.05 -
YUV 51.85 169.28 95.3 -
System Red Green Blue C M Y K H S L
Decimal 6 61 125 0.95 0.51 0 0.51 212.27 0.91 0.26
Hex 6 3D 7D 5F 33 0 33 D4 5B 1A
Octal 6 75 175 137 63 0 63 324 133 32
Binary 110 111101 1111101 1011111 110011 0 110011 11010100 1011011 11010

Color Harmonies of #063D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063D7D

Black with #063D7D

Text Example


Text Example

White with #063D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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