Html Css Color HEX #095FF2 Navy Blue

📋 copy color: '#095FF2'

red 9 ◦ green 95 ◦ blue 242

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

Shades of Navy Blue #095FF2

Tints of Navy Blue #095FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 69.94%

R = 2.6%
G = 27.46%
B = 69.94%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#095FF2 (or 0x095FF2) is known color: Navy Blue. HEX triplet: 09, 5F and F2. RGB value is (9,95,242). Sum of RGB (Red+Green+Blue) = 9+95+242=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 242 (94.92% from 255 or 69.94% from 346); Max value from RGB is 242 - color contains mainly: blue. Hex color #095FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095FF2 is #F6A00D. Grayscale: #555555. Windows color (decimal): -16162830 or 15884041. OLE color: 15884041.

HSL color Cylindrical-coordinate representation of color #095FF2: hue angle of 217.85º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095FF2 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 95 242 -
CMYK 0.96 0.61 0 0.05
HSL 217.85º 0.93% 0.49% -
HSV(B) 217.85º 0.96% 0.95% -
XYZ 20.23 14.65 85.77 -
YUV 86.04 216.01 73.05 -
System Red Green Blue C M Y K H S L
Decimal 9 95 242 0.96 0.61 0 0.05 217.85 0.93 0.49
Hex 9 5F F2 60 3D 0 5 DA 5D 31
Octal 11 137 362 140 75 0 5 332 135 61
Binary 1001 1011111 11110010 1100000 111101 0 101 11011010 1011101 110001

Color Harmonies of #095FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095FF2

Black with #095FF2

Text Example


Text Example

White with #095FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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