Html Css Color HEX #065598 Cobalt

📋 copy color: '#065598'

red 6 ◦ green 85 ◦ blue 152

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

Shades of Cobalt #065598

Tints of Cobalt #065598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.98%

 BLUE value IS 152 (59.77% from 255) = 62.55%

R = 2.47%
G = 34.98%
B = 62.55%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#065598 (or 0x065598) is known color: Cobalt. HEX triplet: 06, 55 and 98. RGB value is (6,85,152). Sum of RGB (Red+Green+Blue) = 6+85+152=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #065598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065598 is #F9AA67. Grayscale: #444444. Windows color (decimal): -16362088 or 9983238. OLE color: 9983238.

HSL color Cylindrical-coordinate representation of color #065598: hue angle of 207.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 #065598 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 85 152 -
CMYK 0.96 0.44 0 0.40
HSL 207.53º 0.92% 0.31% -
HSV(B) 207.53º 0.96% 0.6% -
XYZ 8.99 8.8 30.93 -
YUV 69.02 174.83 83.05 -
System Red Green Blue C M Y K H S L
Decimal 6 85 152 0.96 0.44 0 0.40 207.53 0.92 0.31
Hex 6 55 98 60 2C 0 28 D0 5C 1F
Octal 6 125 230 140 54 0 50 320 134 37
Binary 110 1010101 10011000 1100000 101100 0 101000 11010000 1011100 11111

Color Harmonies of #065598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065598

Black with #065598

Text Example


Text Example

White with #065598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065598; }

 p { color: rgb(6,85,152); }

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

background-color css

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

 a { background-color: rgb(6,85,152); }

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

border-color css

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

 span { border-color: rgb(6,85,152); }

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