Html Css Color HEX #065CAC Cobalt

📋 copy color: '#065CAC'

red 6 ◦ green 92 ◦ blue 172

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

Shades of Cobalt #065CAC

Tints of Cobalt #065CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.7%

R = 2.22%
G = 34.07%
B = 63.7%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#065CAC (or 0x065CAC) is known color: Cobalt. HEX triplet: 06, 5C and AC. RGB value is (6,92,172). Sum of RGB (Red+Green+Blue) = 6+92+172=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #065CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065CAC is #F9A353. Grayscale: #4B4B4B. Windows color (decimal): -16360276 or 11295750. OLE color: 11295750.

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

Color convert

RGB 6 92 172 -
CMYK 0.97 0.47 0 0.33
HSL 208.92º 0.93% 0.35% -
HSV(B) 208.92º 0.97% 0.67% -
XYZ 11.35 10.67 40.49 -
YUV 75.41 182.51 78.5 -
System Red Green Blue C M Y K H S L
Decimal 6 92 172 0.97 0.47 0 0.33 208.92 0.93 0.35
Hex 6 5C AC 61 2F 0 21 D1 5D 23
Octal 6 134 254 141 57 0 41 321 135 43
Binary 110 1011100 10101100 1100001 101111 0 100001 11010001 1011101 100011

Color Harmonies of #065CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CAC

Black with #065CAC

Text Example


Text Example

White with #065CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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