Html Css Color HEX #0F5EAF Denim

📋 copy color: '#0F5EAF'

red 15 ◦ green 94 ◦ blue 175

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

Shades of Denim #0F5EAF

Tints of Denim #0F5EAF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.1%

 BLUE value IS 175 (68.75% from 255) = 61.62%

R = 5.28%
G = 33.1%
B = 61.62%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0F5EAF (or 0x0F5EAF) is known color: Denim. HEX triplet: 0F, 5E and AF. RGB value is (15,94,175). Sum of RGB (Red+Green+Blue) = 15+94+175=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F5EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5EAF is #F0A150. Grayscale: #4F4F4F. Windows color (decimal): -15769937 or 11492879. OLE color: 11492879.

HSL color Cylindrical-coordinate representation of color #0F5EAF: hue angle of 210.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F5EAF is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 94 175 -
CMYK 0.91 0.46 0 0.31
HSL 210.38º 0.84% 0.37% -
HSV(B) 210.38º 0.91% 0.69% -
XYZ 11.94 11.2 42.09 -
YUV 79.61 181.83 81.91 -
System Red Green Blue C M Y K H S L
Decimal 15 94 175 0.91 0.46 0 0.31 210.38 0.84 0.37
Hex F 5E AF 5B 2E 0 1F D2 54 25
Octal 17 136 257 133 56 0 37 322 124 45
Binary 1111 1011110 10101111 1011011 101110 0 11111 11010010 1010100 100101

Color Harmonies of #0F5EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5EAF

Black with #0F5EAF

Text Example


Text Example

White with #0F5EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,94,175); }

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

background-color css

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

 a { background-color: rgb(15,94,175); }

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

border-color css

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

 span { border-color: rgb(15,94,175); }

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