Html Css Color HEX #065199 Cobalt

📋 copy color: '#065199'

red 6 ◦ green 81 ◦ blue 153

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

Shades of Cobalt #065199

Tints of Cobalt #065199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.75%

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

R = 2.5%
G = 33.75%
B = 63.75%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#065199 (or 0x065199) is known color: Cobalt. HEX triplet: 06, 51 and 99. RGB value is (6,81,153). Sum of RGB (Red+Green+Blue) = 6+81+153=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #065199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065199 is #F9AE66. Grayscale: #424242. Windows color (decimal): -16363111 or 10047750. OLE color: 10047750.

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

Color convert

RGB 6 81 153 -
CMYK 0.96 0.47 0 0.4
HSL 209.39º 0.92% 0.31% -
HSV(B) 209.39º 0.96% 0.6% -
XYZ 8.77 8.22 31.26 -
YUV 66.78 176.65 84.65 -
System Red Green Blue C M Y K H S L
Decimal 6 81 153 0.96 0.47 0 0.4 209.39 0.92 0.31
Hex 6 51 99 60 2F 0 28 D1 5C 1F
Octal 6 121 231 140 57 0 50 321 134 37
Binary 110 1010001 10011001 1100000 101111 0 101000 11010001 1011100 11111

Color Harmonies of #065199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065199

Black with #065199

Text Example


Text Example

White with #065199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065199; }

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

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

background-color css

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

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

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

border-color css

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

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

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