Html Css Color HEX #0F5EBB Denim

📋 copy color: '#0F5EBB'

red 15 ◦ green 94 ◦ blue 187

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

Shades of Denim #0F5EBB

Tints of Denim #0F5EBB

RGB

 RED value IS 15 (6.25% from 255) = 5.07%

 GREEN value IS 94 (37.11% from 255) = 31.76%

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

R = 5.07%
G = 31.76%
B = 63.18%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0F5EBB (or 0x0F5EBB) is known color: Denim. HEX triplet: 0F, 5E and BB. RGB value is (15,94,187). Sum of RGB (Red+Green+Blue) = 15+94+187=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F5EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5EBB is #F0A144. Grayscale: #505050. Windows color (decimal): -15769925 or 12279311. OLE color: 12279311.

HSL color Cylindrical-coordinate representation of color #0F5EBB: hue angle of 212.44º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F5EBB is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 94 187 -
CMYK 0.92 0.50 0 0.27
HSL 212.44º 0.85% 0.4% -
HSV(B) 212.44º 0.92% 0.73% -
XYZ 13.17 11.69 48.58 -
YUV 80.98 187.83 80.94 -
System Red Green Blue C M Y K H S L
Decimal 15 94 187 0.92 0.50 0 0.27 212.44 0.85 0.4
Hex F 5E BB 5C 32 0 1B D4 55 28
Octal 17 136 273 134 62 0 33 324 125 50
Binary 1111 1011110 10111011 1011100 110010 0 11011 11010100 1010101 101000

Color Harmonies of #0F5EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5EBB

Black with #0F5EBB

Text Example


Text Example

White with #0F5EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,94,187); }

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

background-color css

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

 a { background-color: rgb(15,94,187); }

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

border-color css

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

 span { border-color: rgb(15,94,187); }

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