Html Css Color HEX #065299 Cobalt

📋 copy color: '#065299'

red 6 ◦ green 82 ◦ blue 153

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

Shades of Cobalt #065299

Tints of Cobalt #065299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.02%

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

R = 2.49%
G = 34.02%
B = 63.49%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#065299 (or 0x065299) is known color: Cobalt. HEX triplet: 06, 52 and 99. RGB value is (6,82,153). Sum of RGB (Red+Green+Blue) = 6+82+153=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #065299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065299 is #F9AD66. Grayscale: #434343. Windows color (decimal): -16362855 or 10048006. OLE color: 10048006.

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

Color convert

RGB 6 82 153 -
CMYK 0.96 0.46 0 0.4
HSL 208.98º 0.92% 0.31% -
HSV(B) 208.98º 0.96% 0.6% -
XYZ 8.84 8.37 31.29 -
YUV 67.37 176.32 84.23 -
System Red Green Blue C M Y K H S L
Decimal 6 82 153 0.96 0.46 0 0.4 208.98 0.92 0.31
Hex 6 52 99 60 2E 0 28 D1 5C 1F
Octal 6 122 231 140 56 0 50 321 134 37
Binary 110 1010010 10011001 1100000 101110 0 101000 11010001 1011100 11111

Color Harmonies of #065299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065299

Black with #065299

Text Example


Text Example

White with #065299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065299; }

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

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

background-color css

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

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

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

border-color css

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

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

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