Html Css Color HEX #065099 Cobalt

📋 copy color: '#065099'

red 6 ◦ green 80 ◦ blue 153

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

Shades of Cobalt #065099

Tints of Cobalt #065099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.47%

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

R = 2.51%
G = 33.47%
B = 64.02%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#065099 (or 0x065099) is known color: Cobalt. HEX triplet: 06, 50 and 99. RGB value is (6,80,153). Sum of RGB (Red+Green+Blue) = 6+80+153=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #065099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065099 is #F9AF66. Grayscale: #414141. Windows color (decimal): -16363367 or 10047494. OLE color: 10047494.

HSL color Cylindrical-coordinate representation of color #065099: hue angle of 209.8º 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 #065099 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 80 153 -
CMYK 0.96 0.48 0 0.4
HSL 209.8º 0.92% 0.31% -
HSV(B) 209.8º 0.96% 0.6% -
XYZ 8.69 8.08 31.24 -
YUV 66.2 176.98 85.06 -
System Red Green Blue C M Y K H S L
Decimal 6 80 153 0.96 0.48 0 0.4 209.8 0.92 0.31
Hex 6 50 99 60 30 0 28 D2 5C 1F
Octal 6 120 231 140 60 0 50 322 134 37
Binary 110 1010000 10011001 1100000 110000 0 101000 11010010 1011100 11111

Color Harmonies of #065099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065099

Black with #065099

Text Example


Text Example

White with #065099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065099; }

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

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

background-color css

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

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

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

border-color css

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

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

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