Html Css Color HEX #0F5BCE Denim

📋 copy color: '#0F5BCE'

red 15 ◦ green 91 ◦ blue 206

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

Shades of Denim #0F5BCE

Tints of Denim #0F5BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.17%

 BLUE value IS 206 (80.86% from 255) = 66.03%

R = 4.81%
G = 29.17%
B = 66.03%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F5BCE (or 0x0F5BCE) is known color: Denim. HEX triplet: 0F, 5B and CE. RGB value is (15,91,206). Sum of RGB (Red+Green+Blue) = 15+91+206=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F5BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5BCE is #F0A431. Grayscale: #505050. Windows color (decimal): -15770674 or 13523727. OLE color: 13523727.

HSL color Cylindrical-coordinate representation of color #0F5BCE: hue angle of 216.13º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F5BCE is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 91 206 -
CMYK 0.93 0.56 0 0.19
HSL 216.13º 0.86% 0.43% -
HSV(B) 216.13º 0.93% 0.81% -
XYZ 15.08 12.04 59.92 -
YUV 81.39 198.32 80.65 -
System Red Green Blue C M Y K H S L
Decimal 15 91 206 0.93 0.56 0 0.19 216.13 0.86 0.43
Hex F 5B CE 5D 38 0 13 D8 56 2B
Octal 17 133 316 135 70 0 23 330 126 53
Binary 1111 1011011 11001110 1011101 111000 0 10011 11011000 1010110 101011

Color Harmonies of #0F5BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5BCE

Black with #0F5BCE

Text Example


Text Example

White with #0F5BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,91,206); }

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

background-color css

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

 a { background-color: rgb(15,91,206); }

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

border-color css

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

 span { border-color: rgb(15,91,206); }

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