Html Css Color HEX #065FA5 Cobalt

📋 copy color: '#065FA5'

red 6 ◦ green 95 ◦ blue 165

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

Shades of Cobalt #065FA5

Tints of Cobalt #065FA5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.71%

 BLUE value IS 165 (64.84% from 255) = 62.03%

R = 2.26%
G = 35.71%
B = 62.03%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#065FA5 (or 0x065FA5) is known color: Cobalt. HEX triplet: 06, 5F and A5. RGB value is (6,95,165). Sum of RGB (Red+Green+Blue) = 6+95+165=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 165 (64.84% from 255 or 62.03% from 266); Max value from RGB is 165 - color contains mainly: blue. Hex color #065FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065FA5 is #F9A05A. Grayscale: #4C4C4C. Windows color (decimal): -16359515 or 10837766. OLE color: 10837766.

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

Color convert

RGB 6 95 165 -
CMYK 0.96 0.42 0 0.35
HSL 206.42º 0.93% 0.34% -
HSV(B) 206.42º 0.96% 0.65% -
XYZ 10.96 10.94 37.13 -
YUV 76.37 178.01 77.81 -
System Red Green Blue C M Y K H S L
Decimal 6 95 165 0.96 0.42 0 0.35 206.42 0.93 0.34
Hex 6 5F A5 60 2A 0 23 CE 5D 22
Octal 6 137 245 140 52 0 43 316 135 42
Binary 110 1011111 10100101 1100000 101010 0 100011 11001110 1011101 100010

Color Harmonies of #065FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FA5

Black with #065FA5

Text Example


Text Example

White with #065FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,95,165); }

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

background-color css

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

 a { background-color: rgb(6,95,165); }

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

border-color css

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

 span { border-color: rgb(6,95,165); }

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