Html Css Color HEX #065DA6 Cobalt

📋 copy color: '#065DA6'

red 6 ◦ green 93 ◦ blue 166

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

Shades of Cobalt #065DA6

Tints of Cobalt #065DA6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.09%

 BLUE value IS 166 (65.23% from 255) = 62.64%

R = 2.26%
G = 35.09%
B = 62.64%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#065DA6 (or 0x065DA6) is known color: Cobalt. HEX triplet: 06, 5D and A6. RGB value is (6,93,166). Sum of RGB (Red+Green+Blue) = 6+93+166=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 166 (65.23% from 255 or 62.64% from 265); Max value from RGB is 166 - color contains mainly: blue. Hex color #065DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065DA6 is #F9A259. Grayscale: #4A4A4A. Windows color (decimal): -16360026 or 10902790. OLE color: 10902790.

HSL color Cylindrical-coordinate representation of color #065DA6: hue angle of 207.38º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065DA6 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 93 166 -
CMYK 0.96 0.44 0 0.35
HSL 207.38º 0.93% 0.34% -
HSV(B) 207.38º 0.96% 0.65% -
XYZ 10.87 10.62 37.55 -
YUV 75.31 179.18 78.56 -
System Red Green Blue C M Y K H S L
Decimal 6 93 166 0.96 0.44 0 0.35 207.38 0.93 0.34
Hex 6 5D A6 60 2C 0 23 CF 5D 22
Octal 6 135 246 140 54 0 43 317 135 42
Binary 110 1011101 10100110 1100000 101100 0 100011 11001111 1011101 100010

Color Harmonies of #065DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DA6

Black with #065DA6

Text Example


Text Example

White with #065DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065DA6; }

 p { color: rgb(6,93,166); }

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

background-color css

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

 a { background-color: rgb(6,93,166); }

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

border-color css

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

 span { border-color: rgb(6,93,166); }

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