Html Css Color HEX #095FCF Navy Blue

📋 copy color: '#095FCF'

red 9 ◦ green 95 ◦ blue 207

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

Shades of Navy Blue #095FCF

Tints of Navy Blue #095FCF

RGB

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

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

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

R = 2.89%
G = 30.55%
B = 66.56%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#095FCF (or 0x095FCF) is known color: Navy Blue. HEX triplet: 09, 5F and CF. RGB value is (9,95,207). Sum of RGB (Red+Green+Blue) = 9+95+207=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #095FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095FCF is #F6A030. Grayscale: #515151. Windows color (decimal): -16162865 or 13590281. OLE color: 13590281.

HSL color Cylindrical-coordinate representation of color #095FCF: hue angle of 213.94º 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 #095FCF is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 95 207 -
CMYK 0.96 0.54 0 0.19
HSL 213.94º 0.92% 0.42% -
HSV(B) 213.94º 0.96% 0.81% -
XYZ 15.47 12.75 60.68 -
YUV 82.05 198.51 75.89 -
System Red Green Blue C M Y K H S L
Decimal 9 95 207 0.96 0.54 0 0.19 213.94 0.92 0.42
Hex 9 5F CF 60 36 0 13 D6 5C 2A
Octal 11 137 317 140 66 0 23 326 134 52
Binary 1001 1011111 11001111 1100000 110110 0 10011 11010110 1011100 101010

Color Harmonies of #095FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FCF

Black with #095FCF

Text Example


Text Example

White with #095FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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