Html Css Color HEX #065398 Cobalt

📋 copy color: '#065398'

red 6 ◦ green 83 ◦ blue 152

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

Shades of Cobalt #065398

Tints of Cobalt #065398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.44%

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

R = 2.49%
G = 34.44%
B = 63.07%

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

#065398 (or 0x065398) is known color: Cobalt. HEX triplet: 06, 53 and 98. RGB value is (6,83,152). Sum of RGB (Red+Green+Blue) = 6+83+152=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #065398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065398 is #F9AC67. Grayscale: #434343. Windows color (decimal): -16362600 or 9982726. OLE color: 9982726.

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

Color convert

RGB 6 83 152 -
CMYK 0.96 0.45 0 0.40
HSL 208.36º 0.92% 0.31% -
HSV(B) 208.36º 0.96% 0.6% -
XYZ 8.84 8.49 30.88 -
YUV 67.84 175.49 83.89 -
System Red Green Blue C M Y K H S L
Decimal 6 83 152 0.96 0.45 0 0.40 208.36 0.92 0.31
Hex 6 53 98 60 2D 0 28 D0 5C 1F
Octal 6 123 230 140 55 0 50 320 134 37
Binary 110 1010011 10011000 1100000 101101 0 101000 11010000 1011100 11111

Color Harmonies of #065398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065398

Black with #065398

Text Example


Text Example

White with #065398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065398; }

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

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

background-color css

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

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

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

border-color css

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

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

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