Html Css Color HEX #0F5CBD Denim

📋 copy color: '#0F5CBD'

red 15 ◦ green 92 ◦ blue 189

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

Shades of Denim #0F5CBD

Tints of Denim #0F5CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.85%

R = 5.07%
G = 31.08%
B = 63.85%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0F5CBD (or 0x0F5CBD) is known color: Denim. HEX triplet: 0F, 5C and BD. RGB value is (15,92,189). Sum of RGB (Red+Green+Blue) = 15+92+189=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F5CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5CBD is #F0A342. Grayscale: #4F4F4F. Windows color (decimal): -15770435 or 12409871. OLE color: 12409871.

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

Color convert

RGB 15 92 189 -
CMYK 0.92 0.51 0 0.26
HSL 213.45º 0.85% 0.4% -
HSV(B) 213.45º 0.92% 0.74% -
XYZ 13.21 11.43 49.65 -
YUV 80.04 189.49 81.61 -
System Red Green Blue C M Y K H S L
Decimal 15 92 189 0.92 0.51 0 0.26 213.45 0.85 0.4
Hex F 5C BD 5C 33 0 1A D5 55 28
Octal 17 134 275 134 63 0 32 325 125 50
Binary 1111 1011100 10111101 1011100 110011 0 11010 11010101 1010101 101000

Color Harmonies of #0F5CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5CBD

Black with #0F5CBD

Text Example


Text Example

White with #0F5CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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