Html Css Color HEX #065BAB Cobalt

📋 copy color: '#065BAB'

red 6 ◦ green 91 ◦ blue 171

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

Shades of Cobalt #065BAB

Tints of Cobalt #065BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.81%

R = 2.24%
G = 33.96%
B = 63.81%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#065BAB (or 0x065BAB) is known color: Cobalt. HEX triplet: 06, 5B and AB. RGB value is (6,91,171). Sum of RGB (Red+Green+Blue) = 6+91+171=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #065BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065BAB is #F9A454. Grayscale: #4A4A4A. Windows color (decimal): -16360533 or 11229958. OLE color: 11229958.

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

Color convert

RGB 6 91 171 -
CMYK 0.96 0.47 0 0.33
HSL 209.09º 0.93% 0.35% -
HSV(B) 209.09º 0.96% 0.67% -
XYZ 11.17 10.46 39.96 -
YUV 74.71 182.34 79 -
System Red Green Blue C M Y K H S L
Decimal 6 91 171 0.96 0.47 0 0.33 209.09 0.93 0.35
Hex 6 5B AB 60 2F 0 21 D1 5D 23
Octal 6 133 253 140 57 0 41 321 135 43
Binary 110 1011011 10101011 1100000 101111 0 100001 11010001 1011101 100011

Color Harmonies of #065BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BAB

Black with #065BAB

Text Example


Text Example

White with #065BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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