Html Css Color HEX #0E5CBB Denim

📋 copy color: '#0E5CBB'

red 14 ◦ green 92 ◦ blue 187

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

Shades of Denim #0E5CBB

Tints of Denim #0E5CBB

RGB

 RED value IS 14 (5.86% from 255) = 4.78%

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

 BLUE value IS 187 (73.44% from 255) = 63.82%

R = 4.78%
G = 31.4%
B = 63.82%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E5CBB (or 0x0E5CBB) is known color: Denim. HEX triplet: 0E, 5C and BB. RGB value is (14,92,187). Sum of RGB (Red+Green+Blue) = 14+92+187=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E5CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5CBB is #F1A344. Grayscale: #4F4F4F. Windows color (decimal): -15835973 or 12278798. OLE color: 12278798.

HSL color Cylindrical-coordinate representation of color #0E5CBB: hue angle of 212.95º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E5CBB is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 92 187 -
CMYK 0.93 0.51 0 0.27
HSL 212.95º 0.86% 0.39% -
HSV(B) 212.95º 0.93% 0.73% -
XYZ 12.98 11.34 48.52 -
YUV 79.51 188.66 81.28 -
System Red Green Blue C M Y K H S L
Decimal 14 92 187 0.93 0.51 0 0.27 212.95 0.86 0.39
Hex E 5C BB 5D 33 0 1B D5 56 27
Octal 16 134 273 135 63 0 33 325 126 47
Binary 1110 1011100 10111011 1011101 110011 0 11011 11010101 1010110 100111

Color Harmonies of #0E5CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5CBB

Black with #0E5CBB

Text Example


Text Example

White with #0E5CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,92,187); }

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

background-color css

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

 a { background-color: rgb(14,92,187); }

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

border-color css

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

 span { border-color: rgb(14,92,187); }

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