Html Css Color HEX #0F5EAC Denim

📋 copy color: '#0F5EAC'

red 15 ◦ green 94 ◦ blue 172

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

Shades of Denim #0F5EAC

Tints of Denim #0F5EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.21%

R = 5.34%
G = 33.45%
B = 61.21%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F5EAC (or 0x0F5EAC) is known color: Denim. HEX triplet: 0F, 5E and AC. RGB value is (15,94,172). Sum of RGB (Red+Green+Blue) = 15+94+172=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F5EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5EAC is #F0A153. Grayscale: #4E4E4E. Windows color (decimal): -15769940 or 11296271. OLE color: 11296271.

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

Color convert

RGB 15 94 172 -
CMYK 0.91 0.45 0 0.33
HSL 209.81º 0.84% 0.37% -
HSV(B) 209.81º 0.91% 0.67% -
XYZ 11.65 11.09 40.56 -
YUV 79.27 180.33 82.16 -
System Red Green Blue C M Y K H S L
Decimal 15 94 172 0.91 0.45 0 0.33 209.81 0.84 0.37
Hex F 5E AC 5B 2D 0 21 D2 54 25
Octal 17 136 254 133 55 0 41 322 124 45
Binary 1111 1011110 10101100 1011011 101101 0 100001 11010010 1010100 100101

Color Harmonies of #0F5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5EAC

Black with #0F5EAC

Text Example


Text Example

White with #0F5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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