Html Css Color HEX #0C5B97 Endeavour

📋 copy color: '#0C5B97'

red 12 ◦ green 91 ◦ blue 151

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

Shades of Endeavour #0C5B97

Tints of Endeavour #0C5B97

RGB

 RED value IS 12 (5.08% from 255) = 4.72%

 GREEN value IS 91 (35.94% from 255) = 35.83%

 BLUE value IS 151 (59.38% from 255) = 59.45%

R = 4.72%
G = 35.83%
B = 59.45%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0C5B97 (or 0x0C5B97) is known color: Endeavour. HEX triplet: 0C, 5B and 97. RGB value is (12,91,151). Sum of RGB (Red+Green+Blue) = 12+91+151=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #0C5B97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5B97 is #F3A468. Grayscale: #494949. Windows color (decimal): -15967337 or 9919244. OLE color: 9919244.

HSL color Cylindrical-coordinate representation of color #0C5B97: hue angle of 205.9º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C5B97 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 12 91 151 -
CMYK 0.92 0.40 0 0.41
HSL 205.9º 0.85% 0.32% -
HSV(B) 205.9º 0.92% 0.59% -
XYZ 9.48 9.79 30.67 -
YUV 74.22 171.33 83.62 -
System Red Green Blue C M Y K H S L
Decimal 12 91 151 0.92 0.40 0 0.41 205.9 0.85 0.32
Hex C 5B 97 5C 28 0 29 CE 55 20
Octal 14 133 227 134 50 0 51 316 125 40
Binary 1100 1011011 10010111 1011100 101000 0 101001 11001110 1010101 100000

Color Harmonies of #0C5B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5B97

Black with #0C5B97

Text Example


Text Example

White with #0C5B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C5B97; }

 p { color: rgb(12,91,151); }

 H1.HeaderClassName
 {
   color: #0C5B97;
 }
 .AnyTagClassName
 {
   color: #0C5B97;
 }
</style>

background-color css

<style>
 a { background-color: #0C5B97; }

 a { background-color: rgb(12,91,151); }

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

border-color css

<style>
 span { border-color: #0C5B97; }

 span { border-color: rgb(12,91,151); }

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