Html Css Color HEX #095BCF Navy Blue

📋 copy color: '#095BCF'

red 9 ◦ green 91 ◦ blue 207

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

Shades of Navy Blue #095BCF

Tints of Navy Blue #095BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.43%

R = 2.93%
G = 29.64%
B = 67.43%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#095BCF (or 0x095BCF) is known color: Navy Blue. HEX triplet: 09, 5B and CF. RGB value is (9,91,207). Sum of RGB (Red+Green+Blue) = 9+91+207=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #095BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BCF is #F6A430. Grayscale: #4F4F4F. Windows color (decimal): -16163889 or 13589257. OLE color: 13589257.

HSL color Cylindrical-coordinate representation of color #095BCF: hue angle of 215.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095BCF is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 91 207 -
CMYK 0.96 0.56 0 0.19
HSL 215.15º 0.92% 0.42% -
HSV(B) 215.15º 0.96% 0.81% -
XYZ 15.12 12.05 60.56 -
YUV 79.71 199.83 77.57 -
System Red Green Blue C M Y K H S L
Decimal 9 91 207 0.96 0.56 0 0.19 215.15 0.92 0.42
Hex 9 5B CF 60 38 0 13 D7 5C 2A
Octal 11 133 317 140 70 0 23 327 134 52
Binary 1001 1011011 11001111 1100000 111000 0 10011 11010111 1011100 101010

Color Harmonies of #095BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095BCF

Black with #095BCF

Text Example


Text Example

White with #095BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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