Html Css Color HEX #0F5CBA Denim

📋 copy color: '#0F5CBA'

red 15 ◦ green 92 ◦ blue 186

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

Shades of Denim #0F5CBA

Tints of Denim #0F5CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.48%

R = 5.12%
G = 31.4%
B = 63.48%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0F5CBA (or 0x0F5CBA) is known color: Denim. HEX triplet: 0F, 5C and BA. RGB value is (15,92,186). Sum of RGB (Red+Green+Blue) = 15+92+186=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F5CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5CBA is #F0A345. Grayscale: #4F4F4F. Windows color (decimal): -15770438 or 12213263. OLE color: 12213263.

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

Color convert

RGB 15 92 186 -
CMYK 0.92 0.51 0 0.27
HSL 212.98º 0.85% 0.39% -
HSV(B) 212.98º 0.92% 0.73% -
XYZ 12.89 11.3 47.96 -
YUV 79.69 187.99 81.86 -
System Red Green Blue C M Y K H S L
Decimal 15 92 186 0.92 0.51 0 0.27 212.98 0.85 0.39
Hex F 5C BA 5C 33 0 1B D5 55 27
Octal 17 134 272 134 63 0 33 325 125 47
Binary 1111 1011100 10111010 1011100 110011 0 11011 11010101 1010101 100111

Color Harmonies of #0F5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5CBA

Black with #0F5CBA

Text Example


Text Example

White with #0F5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,92,186); }

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

background-color css

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

 a { background-color: rgb(15,92,186); }

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

border-color css

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

 span { border-color: rgb(15,92,186); }

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