Html Css Color HEX #0F62BF Denim

📋 copy color: '#0F62BF'

red 15 ◦ green 98 ◦ blue 191

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

Shades of Denim #0F62BF

Tints of Denim #0F62BF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.24%

 BLUE value IS 191 (75% from 255) = 62.83%

R = 4.93%
G = 32.24%
B = 62.83%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F62BF (or 0x0F62BF) is known color: Denim. HEX triplet: 0F, 62 and BF. RGB value is (15,98,191). Sum of RGB (Red+Green+Blue) = 15+98+191=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F62BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F62BF is #F09D40. Grayscale: #535353. Windows color (decimal): -15768897 or 12542479. OLE color: 12542479.

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

Color convert

RGB 15 98 191 -
CMYK 0.92 0.49 0 0.25
HSL 211.7º 0.85% 0.4% -
HSV(B) 211.7º 0.92% 0.75% -
XYZ 13.97 12.6 50.99 -
YUV 83.79 188.5 78.94 -
System Red Green Blue C M Y K H S L
Decimal 15 98 191 0.92 0.49 0 0.25 211.7 0.85 0.4
Hex F 62 BF 5C 31 0 19 D4 55 28
Octal 17 142 277 134 61 0 31 324 125 50
Binary 1111 1100010 10111111 1011100 110001 0 11001 11010100 1010101 101000

Color Harmonies of #0F62BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F62BF

Black with #0F62BF

Text Example


Text Example

White with #0F62BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,98,191); }

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

background-color css

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

 a { background-color: rgb(15,98,191); }

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

border-color css

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

 span { border-color: rgb(15,98,191); }

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