Html Css Color HEX #065B9F Cobalt

📋 copy color: '#065B9F'

red 6 ◦ green 91 ◦ blue 159

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

Shades of Cobalt #065B9F

Tints of Cobalt #065B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.11%

R = 2.34%
G = 35.55%
B = 62.11%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#065B9F (or 0x065B9F) is known color: Cobalt. HEX triplet: 06, 5B and 9F. RGB value is (6,91,159). Sum of RGB (Red+Green+Blue) = 6+91+159=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #065B9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B9F is #F9A460. Grayscale: #484848. Windows color (decimal): -16360545 or 10443526. OLE color: 10443526.

HSL color Cylindrical-coordinate representation of color #065B9F: hue angle of 206.67º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065B9F is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 91 159 -
CMYK 0.96 0.43 0 0.38
HSL 206.67º 0.93% 0.32% -
HSV(B) 206.67º 0.96% 0.62% -
XYZ 10.07 10.02 34.2 -
YUV 73.34 176.34 79.97 -
System Red Green Blue C M Y K H S L
Decimal 6 91 159 0.96 0.43 0 0.38 206.67 0.93 0.32
Hex 6 5B 9F 60 2B 0 26 CF 5D 20
Octal 6 133 237 140 53 0 46 317 135 40
Binary 110 1011011 10011111 1100000 101011 0 100110 11001111 1011101 100000

Color Harmonies of #065B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B9F

Black with #065B9F

Text Example


Text Example

White with #065B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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