Html Css Color HEX #065C9C Cobalt

📋 copy color: '#065C9C'

red 6 ◦ green 92 ◦ blue 156

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

Shades of Cobalt #065C9C

Tints of Cobalt #065C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 61.42%

R = 2.36%
G = 36.22%
B = 61.42%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#065C9C (or 0x065C9C) is known color: Cobalt. HEX triplet: 06, 5C and 9C. RGB value is (6,92,156). Sum of RGB (Red+Green+Blue) = 6+92+156=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #065C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065C9C is #F9A363. Grayscale: #494949. Windows color (decimal): -16360292 or 10247174. OLE color: 10247174.

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

Color convert

RGB 6 92 156 -
CMYK 0.96 0.41 0 0.39
HSL 205.6º 0.93% 0.32% -
HSV(B) 205.6º 0.96% 0.61% -
XYZ 9.9 10.09 32.88 -
YUV 73.58 174.51 79.8 -
System Red Green Blue C M Y K H S L
Decimal 6 92 156 0.96 0.41 0 0.39 205.6 0.93 0.32
Hex 6 5C 9C 60 29 0 27 CE 5D 20
Octal 6 134 234 140 51 0 47 316 135 40
Binary 110 1011100 10011100 1100000 101001 0 100111 11001110 1011101 100000

Color Harmonies of #065C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C9C

Black with #065C9C

Text Example


Text Example

White with #065C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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