Html Css Color HEX #0F5CAB Denim

📋 copy color: '#0F5CAB'

red 15 ◦ green 92 ◦ blue 171

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

Shades of Denim #0F5CAB

Tints of Denim #0F5CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

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

R = 5.4%
G = 33.09%
B = 61.51%

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

#0F5CAB (or 0x0F5CAB) is known color: Denim. HEX triplet: 0F, 5C and AB. RGB value is (15,92,171). Sum of RGB (Red+Green+Blue) = 15+92+171=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F5CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5CAB is #F0A354. Grayscale: #4D4D4D. Windows color (decimal): -15770453 or 11230223. OLE color: 11230223.

HSL color Cylindrical-coordinate representation of color #0F5CAB: hue angle of 210.38º 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 #0F5CAB is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 92 171 -
CMYK 0.91 0.46 0 0.33
HSL 210.38º 0.84% 0.36% -
HSV(B) 210.38º 0.91% 0.67% -
XYZ 11.37 10.7 39.99 -
YUV 77.98 180.49 83.08 -
System Red Green Blue C M Y K H S L
Decimal 15 92 171 0.91 0.46 0 0.33 210.38 0.84 0.36
Hex F 5C AB 5B 2E 0 21 D2 54 24
Octal 17 134 253 133 56 0 41 322 124 44
Binary 1111 1011100 10101011 1011011 101110 0 100001 11010010 1010100 100100

Color Harmonies of #0F5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5CAB

Black with #0F5CAB

Text Example


Text Example

White with #0F5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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