Html Css Color HEX #063DA4 Cobalt

📋 copy color: '#063DA4'

red 6 ◦ green 61 ◦ blue 164

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

Shades of Cobalt #063DA4

Tints of Cobalt #063DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 71%

R = 2.6%
G = 26.41%
B = 71%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#063DA4 (or 0x063DA4) is known color: Cobalt. HEX triplet: 06, 3D and A4. RGB value is (6,61,164). Sum of RGB (Red+Green+Blue) = 6+61+164=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 164 (64.45% from 255 or 71.00% from 231); Max value from RGB is 164 - color contains mainly: blue. Hex color #063DA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063DA4 is #F9C25B. Grayscale: #373737. Windows color (decimal): -16368220 or 10763526. OLE color: 10763526.

HSL color Cylindrical-coordinate representation of color #063DA4: hue angle of 219.11º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063DA4 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 6 61 164 -
CMYK 0.96 0.63 0 0.36
HSL 219.11º 0.93% 0.33% -
HSV(B) 219.11º 0.96% 0.64% -
XYZ 8.44 6.06 35.85 -
YUV 56.3 188.78 92.12 -
System Red Green Blue C M Y K H S L
Decimal 6 61 164 0.96 0.63 0 0.36 219.11 0.93 0.33
Hex 6 3D A4 60 3F 0 24 DB 5D 21
Octal 6 75 244 140 77 0 44 333 135 41
Binary 110 111101 10100100 1100000 111111 0 100100 11011011 1011101 100001

Color Harmonies of #063DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063DA4

Black with #063DA4

Text Example


Text Example

White with #063DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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