Html Css Color HEX #165FBA Denim

📋 copy color: '#165FBA'

red 22 ◦ green 95 ◦ blue 186

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

Shades of Denim #165FBA

Tints of Denim #165FBA

RGB

 RED value IS 22 (8.98% from 255) = 7.26%

 GREEN value IS 95 (37.5% from 255) = 31.35%

 BLUE value IS 186 (73.05% from 255) = 61.39%

R = 7.26%
G = 31.35%
B = 61.39%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#165FBA (or 0x165FBA) is known color: Denim. HEX triplet: 16, 5F and BA. RGB value is (22,95,186). Sum of RGB (Red+Green+Blue) = 22+95+186=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #165FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165FBA is #E9A045. Grayscale: #535353. Windows color (decimal): -15310918 or 12214038. OLE color: 12214038.

HSL color Cylindrical-coordinate representation of color #165FBA: hue angle of 213.29º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #165FBA is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 22 95 186 -
CMYK 0.88 0.49 0 0.27
HSL 213.29º 0.79% 0.41% -
HSV(B) 213.29º 0.88% 0.73% -
XYZ 13.29 11.9 48.05 -
YUV 83.55 185.82 84.1 -
System Red Green Blue C M Y K H S L
Decimal 22 95 186 0.88 0.49 0 0.27 213.29 0.79 0.41
Hex 16 5F BA 58 31 0 1B D5 4F 29
Octal 26 137 272 130 61 0 33 325 117 51
Binary 10110 1011111 10111010 1011000 110001 0 11011 11010101 1001111 101001

Color Harmonies of #165FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165FBA

Black with #165FBA

Text Example


Text Example

White with #165FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165FBA; }

 p { color: rgb(22,95,186); }

 H1.HeaderClassName
 {
   color: #165FBA;
 }
 .AnyTagClassName
 {
   color: #165FBA;
 }
</style>

background-color css

<style>
 a { background-color: #165FBA; }

 a { background-color: rgb(22,95,186); }

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

border-color css

<style>
 span { border-color: #165FBA; }

 span { border-color: rgb(22,95,186); }

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