Html Css Color HEX #095CFB Navy Blue

📋 copy color: '#095CFB'

red 9 ◦ green 92 ◦ blue 251

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

Shades of Navy Blue #095CFB

Tints of Navy Blue #095CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.14%

 BLUE value IS 251 (98.44% from 255) = 71.31%

R = 2.56%
G = 26.14%
B = 71.31%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#095CFB (or 0x095CFB) is known color: Navy Blue. HEX triplet: 09, 5C and FB. RGB value is (9,92,251). Sum of RGB (Red+Green+Blue) = 9+92+251=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #095CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095CFB is #F6A304. Grayscale: #545454. Windows color (decimal): -16163589 or 16473097. OLE color: 16473097.

HSL color Cylindrical-coordinate representation of color #095CFB: hue angle of 219.42º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095CFB is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 92 251 -
CMYK 0.96 0.63 0 0.02
HSL 219.42º 0.97% 0.51% -
HSV(B) 219.42º 0.96% 0.98% -
XYZ 21.35 14.68 92.97 -
YUV 85.31 221.5 73.57 -
System Red Green Blue C M Y K H S L
Decimal 9 92 251 0.96 0.63 0 0.02 219.42 0.97 0.51
Hex 9 5C FB 60 3F 0 2 DB 61 33
Octal 11 134 373 140 77 0 2 333 141 63
Binary 1001 1011100 11111011 1100000 111111 0 10 11011011 1100001 110011

Color Harmonies of #095CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CFB

Black with #095CFB

Text Example


Text Example

White with #095CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,92,251); }

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

background-color css

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

 a { background-color: rgb(9,92,251); }

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

border-color css

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

 span { border-color: rgb(9,92,251); }

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