Html Css Color HEX #095BDC Navy Blue

📋 copy color: '#095BDC'

red 9 ◦ green 91 ◦ blue 220

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

Shades of Navy Blue #095BDC

Tints of Navy Blue #095BDC

RGB

 RED value IS 9 (3.91% from 255) = 2.81%

 GREEN value IS 91 (35.94% from 255) = 28.44%

 BLUE value IS 220 (86.33% from 255) = 68.75%

R = 2.81%
G = 28.44%
B = 68.75%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#095BDC (or 0x095BDC) is known color: Navy Blue. HEX triplet: 09, 5B and DC. RGB value is (9,91,220). Sum of RGB (Red+Green+Blue) = 9+91+220=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #095BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BDC is #F6A423. Grayscale: #505050. Windows color (decimal): -16163876 or 14441225. OLE color: 14441225.

HSL color Cylindrical-coordinate representation of color #095BDC: hue angle of 216.68º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095BDC is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 91 220 -
CMYK 0.96 0.59 0 0.14
HSL 216.68º 0.92% 0.45% -
HSV(B) 216.68º 0.96% 0.86% -
XYZ 16.77 12.71 69.28 -
YUV 81.19 206.33 76.51 -
System Red Green Blue C M Y K H S L
Decimal 9 91 220 0.96 0.59 0 0.14 216.68 0.92 0.45
Hex 9 5B DC 60 3B 0 E D9 5C 2D
Octal 11 133 334 140 73 0 16 331 134 55
Binary 1001 1011011 11011100 1100000 111011 0 1110 11011001 1011100 101101

Color Harmonies of #095BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095BDC

Black with #095BDC

Text Example


Text Example

White with #095BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095BDC; }

 p { color: rgb(9,91,220); }

 H1.HeaderClassName
 {
   color: #095BDC;
 }
 .AnyTagClassName
 {
   color: #095BDC;
 }
</style>

background-color css

<style>
 a { background-color: #095BDC; }

 a { background-color: rgb(9,91,220); }

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

border-color css

<style>
 span { border-color: #095BDC; }

 span { border-color: rgb(9,91,220); }

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