Html Css Color HEX #0F55BB Denim

📋 copy color: '#0F55BB'

red 15 ◦ green 85 ◦ blue 187

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

Shades of Denim #0F55BB

Tints of Denim #0F55BB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

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

R = 5.23%
G = 29.62%
B = 65.16%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0F55BB (or 0x0F55BB) is known color: Denim. HEX triplet: 0F, 55 and BB. RGB value is (15,85,187). Sum of RGB (Red+Green+Blue) = 15+85+187=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F55BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F55BB is #F0AA44. Grayscale: #4B4B4B. Windows color (decimal): -15772229 or 12277007. OLE color: 12277007.

HSL color Cylindrical-coordinate representation of color #0F55BB: hue angle of 215.58º 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 #0F55BB is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 85 187 -
CMYK 0.92 0.55 0 0.27
HSL 215.58º 0.85% 0.4% -
HSV(B) 215.58º 0.92% 0.73% -
XYZ 12.42 10.19 48.33 -
YUV 75.7 190.81 84.71 -
System Red Green Blue C M Y K H S L
Decimal 15 85 187 0.92 0.55 0 0.27 215.58 0.85 0.4
Hex F 55 BB 5C 37 0 1B D8 55 28
Octal 17 125 273 134 67 0 33 330 125 50
Binary 1111 1010101 10111011 1011100 110111 0 11011 11011000 1010101 101000

Color Harmonies of #0F55BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F55BB

Black with #0F55BB

Text Example


Text Example

White with #0F55BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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