Html Css Color HEX #063DB1 Cobalt

📋 copy color: '#063DB1'

red 6 ◦ green 61 ◦ blue 177

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

Shades of Cobalt #063DB1

Tints of Cobalt #063DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 72.54%

R = 2.46%
G = 25%
B = 72.54%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#063DB1 (or 0x063DB1) is known color: Cobalt. HEX triplet: 06, 3D and B1. RGB value is (6,61,177). Sum of RGB (Red+Green+Blue) = 6+61+177=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 177 (69.53% from 255 or 72.54% from 244); Max value from RGB is 177 - color contains mainly: blue. Hex color #063DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063DB1 is #F9C24E. Grayscale: #393939. Windows color (decimal): -16368207 or 11615494. OLE color: 11615494.

HSL color Cylindrical-coordinate representation of color #063DB1: hue angle of 220.7º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063DB1 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 6 61 177 -
CMYK 0.97 0.66 0 0.31
HSL 220.7º 0.93% 0.36% -
HSV(B) 220.7º 0.97% 0.69% -
XYZ 9.68 6.55 42.35 -
YUV 57.78 195.28 91.07 -
System Red Green Blue C M Y K H S L
Decimal 6 61 177 0.97 0.66 0 0.31 220.7 0.93 0.36
Hex 6 3D B1 61 42 0 1F DD 5D 24
Octal 6 75 261 141 102 0 37 335 135 44
Binary 110 111101 10110001 1100001 1000010 0 11111 11011101 1011101 100100

Color Harmonies of #063DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063DB1

Black with #063DB1

Text Example


Text Example

White with #063DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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