Html Css Color HEX #065C9D Cobalt

📋 copy color: '#065C9D'

red 6 ◦ green 92 ◦ blue 157

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

Shades of Cobalt #065C9D

Tints of Cobalt #065C9D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.08%

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

R = 2.35%
G = 36.08%
B = 61.57%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#065C9D (or 0x065C9D) is known color: Cobalt. HEX triplet: 06, 5C and 9D. RGB value is (6,92,157). Sum of RGB (Red+Green+Blue) = 6+92+157=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #065C9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065C9D is #F9A362. Grayscale: #494949. Windows color (decimal): -16360291 or 10312710. OLE color: 10312710.

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

Color convert

RGB 6 92 157 -
CMYK 0.96 0.41 0 0.38
HSL 205.83º 0.93% 0.32% -
HSV(B) 205.83º 0.96% 0.62% -
XYZ 9.99 10.13 33.33 -
YUV 73.7 175.01 79.71 -
System Red Green Blue C M Y K H S L
Decimal 6 92 157 0.96 0.41 0 0.38 205.83 0.93 0.32
Hex 6 5C 9D 60 29 0 26 CE 5D 20
Octal 6 134 235 140 51 0 46 316 135 40
Binary 110 1011100 10011101 1100000 101001 0 100110 11001110 1011101 100000

Color Harmonies of #065C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C9D

Black with #065C9D

Text Example


Text Example

White with #065C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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