Html Css Color HEX #0F5DAB Denim

📋 copy color: '#0F5DAB'

red 15 ◦ green 93 ◦ blue 171

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

Shades of Denim #0F5DAB

Tints of Denim #0F5DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.33%

 BLUE value IS 171 (67.19% from 255) = 61.29%

R = 5.38%
G = 33.33%
B = 61.29%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F5DAB (or 0x0F5DAB) is known color: Denim. HEX triplet: 0F, 5D and AB. RGB value is (15,93,171). Sum of RGB (Red+Green+Blue) = 15+93+171=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F5DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5DAB is #F0A254. Grayscale: #4E4E4E. Windows color (decimal): -15770197 or 11230479. OLE color: 11230479.

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

Color convert

RGB 15 93 171 -
CMYK 0.91 0.46 0 0.33
HSL 210º 0.84% 0.36% -
HSV(B) 210º 0.91% 0.67% -
XYZ 11.46 10.87 40.02 -
YUV 78.57 180.16 82.66 -
System Red Green Blue C M Y K H S L
Decimal 15 93 171 0.91 0.46 0 0.33 210 0.84 0.36
Hex F 5D AB 5B 2E 0 21 D2 54 24
Octal 17 135 253 133 56 0 41 322 124 44
Binary 1111 1011101 10101011 1011011 101110 0 100001 11010010 1010100 100100

Color Harmonies of #0F5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5DAB

Black with #0F5DAB

Text Example


Text Example

White with #0F5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,93,171); }

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

background-color css

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

 a { background-color: rgb(15,93,171); }

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

border-color css

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

 span { border-color: rgb(15,93,171); }

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