Html Css Color HEX #095ACF Navy Blue

📋 copy color: '#095ACF'

red 9 ◦ green 90 ◦ blue 207

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

Shades of Navy Blue #095ACF

Tints of Navy Blue #095ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.41%

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

R = 2.94%
G = 29.41%
B = 67.65%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#095ACF (or 0x095ACF) is known color: Navy Blue. HEX triplet: 09, 5A and CF. RGB value is (9,90,207). Sum of RGB (Red+Green+Blue) = 9+90+207=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #095ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ACF is #F6A530. Grayscale: #4E4E4E. Windows color (decimal): -16164145 or 13589001. OLE color: 13589001.

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

Color convert

RGB 9 90 207 -
CMYK 0.96 0.57 0 0.19
HSL 215.45º 0.92% 0.42% -
HSV(B) 215.45º 0.96% 0.81% -
XYZ 15.03 11.88 60.53 -
YUV 79.12 200.16 77.99 -
System Red Green Blue C M Y K H S L
Decimal 9 90 207 0.96 0.57 0 0.19 215.45 0.92 0.42
Hex 9 5A CF 60 39 0 13 D7 5C 2A
Octal 11 132 317 140 71 0 23 327 134 52
Binary 1001 1011010 11001111 1100000 111001 0 10011 11010111 1011100 101010

Color Harmonies of #095ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095ACF

Black with #095ACF

Text Example


Text Example

White with #095ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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