Html Css Color HEX #065898 Cobalt

📋 copy color: '#065898'

red 6 ◦ green 88 ◦ blue 152

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

Shades of Cobalt #065898

Tints of Cobalt #065898

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.77%

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

R = 2.44%
G = 35.77%
B = 61.79%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#065898 (or 0x065898) is known color: Cobalt. HEX triplet: 06, 58 and 98. RGB value is (6,88,152). Sum of RGB (Red+Green+Blue) = 6+88+152=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #065898 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065898 is #F9A767. Grayscale: #464646. Windows color (decimal): -16361320 or 9984006. OLE color: 9984006.

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

Color convert

RGB 6 88 152 -
CMYK 0.96 0.42 0 0.40
HSL 206.3º 0.92% 0.31% -
HSV(B) 206.3º 0.96% 0.6% -
XYZ 9.23 9.29 31.01 -
YUV 70.78 173.83 81.8 -
System Red Green Blue C M Y K H S L
Decimal 6 88 152 0.96 0.42 0 0.40 206.3 0.92 0.31
Hex 6 58 98 60 2A 0 28 CE 5C 1F
Octal 6 130 230 140 52 0 50 316 134 37
Binary 110 1011000 10011000 1100000 101010 0 101000 11001110 1011100 11111

Color Harmonies of #065898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065898

Black with #065898

Text Example


Text Example

White with #065898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065898; }

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

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

background-color css

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

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

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

border-color css

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

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

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