Html Css Color HEX #065498 Cobalt

📋 copy color: '#065498'

red 6 ◦ green 84 ◦ blue 152

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

Shades of Cobalt #065498

Tints of Cobalt #065498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.71%

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

R = 2.48%
G = 34.71%
B = 62.81%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#065498 (or 0x065498) is known color: Cobalt. HEX triplet: 06, 54 and 98. RGB value is (6,84,152). Sum of RGB (Red+Green+Blue) = 6+84+152=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #065498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065498 is #F9AB67. Grayscale: #444444. Windows color (decimal): -16362344 or 9982982. OLE color: 9982982.

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

Color convert

RGB 6 84 152 -
CMYK 0.96 0.45 0 0.40
HSL 207.95º 0.92% 0.31% -
HSV(B) 207.95º 0.96% 0.6% -
XYZ 8.91 8.65 30.9 -
YUV 68.43 175.16 83.47 -
System Red Green Blue C M Y K H S L
Decimal 6 84 152 0.96 0.45 0 0.40 207.95 0.92 0.31
Hex 6 54 98 60 2D 0 28 D0 5C 1F
Octal 6 124 230 140 55 0 50 320 134 37
Binary 110 1010100 10011000 1100000 101101 0 101000 11010000 1011100 11111

Color Harmonies of #065498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065498

Black with #065498

Text Example


Text Example

White with #065498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065498; }

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

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

background-color css

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

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

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

border-color css

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

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

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