Html Css Color HEX #0F73BB Denim

📋 copy color: '#0F73BB'

red 15 ◦ green 115 ◦ blue 187

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

Shades of Denim #0F73BB

Tints of Denim #0F73BB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.28%

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

R = 4.73%
G = 36.28%
B = 58.99%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0F73BB (or 0x0F73BB) is known color: Denim. HEX triplet: 0F, 73 and BB. RGB value is (15,115,187). Sum of RGB (Red+Green+Blue) = 15+115+187=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F73BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F73BB is #F08C44. Grayscale: #5C5C5C. Windows color (decimal): -15764549 or 12284687. OLE color: 12284687.

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

Color convert

RGB 15 115 187 -
CMYK 0.92 0.39 0 0.27
HSL 205.12º 0.85% 0.4% -
HSV(B) 205.12º 0.92% 0.73% -
XYZ 15.3 15.95 49.29 -
YUV 93.31 180.87 72.15 -
System Red Green Blue C M Y K H S L
Decimal 15 115 187 0.92 0.39 0 0.27 205.12 0.85 0.4
Hex F 73 BB 5C 27 0 1B CD 55 28
Octal 17 163 273 134 47 0 33 315 125 50
Binary 1111 1110011 10111011 1011100 100111 0 11011 11001101 1010101 101000

Color Harmonies of #0F73BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F73BB

Black with #0F73BB

Text Example


Text Example

White with #0F73BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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