Html Css Color HEX #165FDA Navy Blue

📋 copy color: '#165FDA'

red 22 ◦ green 95 ◦ blue 218

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

Shades of Navy Blue #165FDA

Tints of Navy Blue #165FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.07%

R = 6.57%
G = 28.36%
B = 65.07%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#165FDA (or 0x165FDA) is known color: Navy Blue. HEX triplet: 16, 5F and DA. RGB value is (22,95,218). Sum of RGB (Red+Green+Blue) = 22+95+218=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #165FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165FDA is #E9A025. Grayscale: #565656. Windows color (decimal): -15310886 or 14311190. OLE color: 14311190.

HSL color Cylindrical-coordinate representation of color #165FDA: hue angle of 217.65º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165FDA is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 95 218 -
CMYK 0.90 0.56 0 0.15
HSL 217.65º 0.82% 0.47% -
HSV(B) 217.65º 0.9% 0.85% -
XYZ 17.08 13.42 68.02 -
YUV 87.2 201.82 81.5 -
System Red Green Blue C M Y K H S L
Decimal 22 95 218 0.90 0.56 0 0.15 217.65 0.82 0.47
Hex 16 5F DA 5A 38 0 F DA 52 2F
Octal 26 137 332 132 70 0 17 332 122 57
Binary 10110 1011111 11011010 1011010 111000 0 1111 11011010 1010010 101111

Color Harmonies of #165FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165FDA

Black with #165FDA

Text Example


Text Example

White with #165FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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