Html Css Color HEX #065E9D Cobalt

📋 copy color: '#065E9D'

red 6 ◦ green 94 ◦ blue 157

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

Shades of Cobalt #065E9D

Tints of Cobalt #065E9D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.58%

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

R = 2.33%
G = 36.58%
B = 61.09%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#065E9D (or 0x065E9D) is known color: Cobalt. HEX triplet: 06, 5E and 9D. RGB value is (6,94,157). Sum of RGB (Red+Green+Blue) = 6+94+157=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #065E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065E9D is #F9A162. Grayscale: #4A4A4A. Windows color (decimal): -16359779 or 10313222. OLE color: 10313222.

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

Color convert

RGB 6 94 157 -
CMYK 0.96 0.40 0 0.38
HSL 205.03º 0.93% 0.32% -
HSV(B) 205.03º 0.96% 0.62% -
XYZ 10.16 10.48 33.39 -
YUV 74.87 174.35 78.88 -
System Red Green Blue C M Y K H S L
Decimal 6 94 157 0.96 0.40 0 0.38 205.03 0.93 0.32
Hex 6 5E 9D 60 28 0 26 CD 5D 20
Octal 6 136 235 140 50 0 46 315 135 40
Binary 110 1011110 10011101 1100000 101000 0 100110 11001101 1011101 100000

Color Harmonies of #065E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065E9D

Black with #065E9D

Text Example


Text Example

White with #065E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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