Html Css Color HEX #065AA0 Cobalt

📋 copy color: '#065AA0'

red 6 ◦ green 90 ◦ blue 160

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

Shades of Cobalt #065AA0

Tints of Cobalt #065AA0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

 BLUE value IS 160 (62.89% from 255) = 62.5%

R = 2.34%
G = 35.16%
B = 62.5%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#065AA0 (or 0x065AA0) is known color: Cobalt. HEX triplet: 06, 5A and A0. RGB value is (6,90,160). Sum of RGB (Red+Green+Blue) = 6+90+160=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 160 (62.89% from 255 or 62.5% from 256); Max value from RGB is 160 - color contains mainly: blue. Hex color #065AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065AA0 is #F9A55F. Grayscale: #484848. Windows color (decimal): -16360800 or 10508806. OLE color: 10508806.

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

Color convert

RGB 6 90 160 -
CMYK 0.96 0.44 0 0.37
HSL 207.27º 0.93% 0.33% -
HSV(B) 207.27º 0.96% 0.63% -
XYZ 10.08 9.89 34.64 -
YUV 72.86 177.17 80.31 -
System Red Green Blue C M Y K H S L
Decimal 6 90 160 0.96 0.44 0 0.37 207.27 0.93 0.33
Hex 6 5A A0 60 2C 0 25 CF 5D 21
Octal 6 132 240 140 54 0 45 317 135 41
Binary 110 1011010 10100000 1100000 101100 0 100101 11001111 1011101 100001

Color Harmonies of #065AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065AA0

Black with #065AA0

Text Example


Text Example

White with #065AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065AA0; }

 p { color: rgb(6,90,160); }

 H1.HeaderClassName
 {
   color: #065AA0;
 }
 .AnyTagClassName
 {
   color: #065AA0;
 }
</style>

background-color css

<style>
 a { background-color: #065AA0; }

 a { background-color: rgb(6,90,160); }

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

border-color css

<style>
 span { border-color: #065AA0; }

 span { border-color: rgb(6,90,160); }

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