Html Css Color HEX #065CAA Cobalt

📋 copy color: '#065CAA'

red 6 ◦ green 92 ◦ blue 170

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

Shades of Cobalt #065CAA

Tints of Cobalt #065CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.33%

 BLUE value IS 170 (66.8% from 255) = 63.43%

R = 2.24%
G = 34.33%
B = 63.43%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#065CAA (or 0x065CAA) is known color: Cobalt. HEX triplet: 06, 5C and AA. RGB value is (6,92,170). Sum of RGB (Red+Green+Blue) = 6+92+170=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #065CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065CAA is #F9A355. Grayscale: #4A4A4A. Windows color (decimal): -16360278 or 11164678. OLE color: 11164678.

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

Color convert

RGB 6 92 170 -
CMYK 0.96 0.46 0 0.33
HSL 208.54º 0.93% 0.35% -
HSV(B) 208.54º 0.96% 0.67% -
XYZ 11.16 10.6 39.49 -
YUV 75.18 181.51 78.66 -
System Red Green Blue C M Y K H S L
Decimal 6 92 170 0.96 0.46 0 0.33 208.54 0.93 0.35
Hex 6 5C AA 60 2E 0 21 D1 5D 23
Octal 6 134 252 140 56 0 41 321 135 43
Binary 110 1011100 10101010 1100000 101110 0 100001 11010001 1011101 100011

Color Harmonies of #065CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CAA

Black with #065CAA

Text Example


Text Example

White with #065CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,92,170); }

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

background-color css

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

 a { background-color: rgb(6,92,170); }

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

border-color css

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

 span { border-color: rgb(6,92,170); }

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