Html Css Color HEX #065BAC Cobalt

📋 copy color: '#065BAC'

red 6 ◦ green 91 ◦ blue 172

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

Shades of Cobalt #065BAC

Tints of Cobalt #065BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.83%

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

R = 2.23%
G = 33.83%
B = 63.94%

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

#065BAC (or 0x065BAC) is known color: Cobalt. HEX triplet: 06, 5B and AC. RGB value is (6,91,172). Sum of RGB (Red+Green+Blue) = 6+91+172=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #065BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065BAC is #F9A453. Grayscale: #4A4A4A. Windows color (decimal): -16360532 or 11295494. OLE color: 11295494.

HSL color Cylindrical-coordinate representation of color #065BAC: hue angle of 209.28º 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 #065BAC is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 91 172 -
CMYK 0.97 0.47 0 0.33
HSL 209.28º 0.93% 0.35% -
HSV(B) 209.28º 0.97% 0.67% -
XYZ 11.26 10.5 40.46 -
YUV 74.82 182.84 78.91 -
System Red Green Blue C M Y K H S L
Decimal 6 91 172 0.97 0.47 0 0.33 209.28 0.93 0.35
Hex 6 5B AC 61 2F 0 21 D1 5D 23
Octal 6 133 254 141 57 0 41 321 135 43
Binary 110 1011011 10101100 1100001 101111 0 100001 11010001 1011101 100011

Color Harmonies of #065BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BAC

Black with #065BAC

Text Example


Text Example

White with #065BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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