Html Css Color HEX #065899 Cobalt

📋 copy color: '#065899'

red 6 ◦ green 88 ◦ blue 153

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

Shades of Cobalt #065899

Tints of Cobalt #065899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.63%

 BLUE value IS 153 (60.16% from 255) = 61.94%

R = 2.43%
G = 35.63%
B = 61.94%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#065899 (or 0x065899) is known color: Cobalt. HEX triplet: 06, 58 and 99. RGB value is (6,88,153). Sum of RGB (Red+Green+Blue) = 6+88+153=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #065899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065899 is #F9A766. Grayscale: #464646. Windows color (decimal): -16361319 or 10049542. OLE color: 10049542.

HSL color Cylindrical-coordinate representation of color #065899: hue angle of 206.53º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065899 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 88 153 -
CMYK 0.96 0.42 0 0.4
HSL 206.53º 0.92% 0.31% -
HSV(B) 206.53º 0.96% 0.6% -
XYZ 9.31 9.32 31.44 -
YUV 70.89 174.33 81.71 -
System Red Green Blue C M Y K H S L
Decimal 6 88 153 0.96 0.42 0 0.4 206.53 0.92 0.31
Hex 6 58 99 60 2A 0 28 CF 5C 1F
Octal 6 130 231 140 52 0 50 317 134 37
Binary 110 1011000 10011001 1100000 101010 0 101000 11001111 1011100 11111

Color Harmonies of #065899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065899

Black with #065899

Text Example


Text Example

White with #065899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065899; }

 p { color: rgb(6,88,153); }

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

background-color css

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

 a { background-color: rgb(6,88,153); }

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

border-color css

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

 span { border-color: rgb(6,88,153); }

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