Html Css Color HEX #0C71BE Denim

📋 copy color: '#0C71BE'

red 12 ◦ green 113 ◦ blue 190

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

Shades of Denim #0C71BE

Tints of Denim #0C71BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

 BLUE value IS 190 (74.61% from 255) = 60.32%

R = 3.81%
G = 35.87%
B = 60.32%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C71BE (or 0x0C71BE) is known color: Denim. HEX triplet: 0C, 71 and BE. RGB value is (12,113,190). Sum of RGB (Red+Green+Blue) = 12+113+190=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C71BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C71BE is #F38E41. Grayscale: #5B5B5B. Windows color (decimal): -15961666 or 12480780. OLE color: 12480780.

HSL color Cylindrical-coordinate representation of color #0C71BE: hue angle of 205.96º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C71BE is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 113 190 -
CMYK 0.94 0.41 0 0.25
HSL 205.96º 0.88% 0.4% -
HSV(B) 205.96º 0.94% 0.75% -
XYZ 15.35 15.61 50.92 -
YUV 91.58 183.54 71.24 -
System Red Green Blue C M Y K H S L
Decimal 12 113 190 0.94 0.41 0 0.25 205.96 0.88 0.4
Hex C 71 BE 5E 29 0 19 CE 58 28
Octal 14 161 276 136 51 0 31 316 130 50
Binary 1100 1110001 10111110 1011110 101001 0 11001 11001110 1011000 101000

Color Harmonies of #0C71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C71BE

Black with #0C71BE

Text Example


Text Example

White with #0C71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,113,190); }

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

background-color css

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

 a { background-color: rgb(12,113,190); }

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

border-color css

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

 span { border-color: rgb(12,113,190); }

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