Html Css Color HEX #065A9D Cobalt

📋 copy color: '#065A9D'

red 6 ◦ green 90 ◦ blue 157

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

Shades of Cobalt #065A9D

Tints of Cobalt #065A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.57%

 BLUE value IS 157 (61.72% from 255) = 62.06%

R = 2.37%
G = 35.57%
B = 62.06%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#065A9D (or 0x065A9D) is known color: Cobalt. HEX triplet: 06, 5A and 9D. RGB value is (6,90,157). Sum of RGB (Red+Green+Blue) = 6+90+157=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #065A9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A9D is #F9A562. Grayscale: #484848. Windows color (decimal): -16360803 or 10312198. OLE color: 10312198.

HSL color Cylindrical-coordinate representation of color #065A9D: hue angle of 206.62º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065A9D is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 90 157 -
CMYK 0.96 0.43 0 0.38
HSL 206.62º 0.93% 0.32% -
HSV(B) 206.62º 0.96% 0.62% -
XYZ 9.82 9.79 33.27 -
YUV 72.52 175.67 80.55 -
System Red Green Blue C M Y K H S L
Decimal 6 90 157 0.96 0.43 0 0.38 206.62 0.93 0.32
Hex 6 5A 9D 60 2B 0 26 CF 5D 20
Octal 6 132 235 140 53 0 46 317 135 40
Binary 110 1011010 10011101 1100000 101011 0 100110 11001111 1011101 100000

Color Harmonies of #065A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A9D

Black with #065A9D

Text Example


Text Example

White with #065A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,90,157); }

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

background-color css

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

 a { background-color: rgb(6,90,157); }

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

border-color css

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

 span { border-color: rgb(6,90,157); }

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