Html Css Color HEX #0945F1 Navy Blue

📋 copy color: '#0945F1'

red 9 ◦ green 69 ◦ blue 241

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

Shades of Navy Blue #0945F1

Tints of Navy Blue #0945F1

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

 BLUE value IS 241 (94.53% from 255) = 75.55%

R = 2.82%
G = 21.63%
B = 75.55%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0945F1 (or 0x0945F1) is known color: Navy Blue. HEX triplet: 09, 45 and F1. RGB value is (9,69,241). Sum of RGB (Red+Green+Blue) = 9+69+241=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 241 (94.53% from 255 or 75.55% from 319); Max value from RGB is 241 - color contains mainly: blue. Hex color #0945F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0945F1 is #F6BA0E. Grayscale: #454545. Windows color (decimal): -16169487 or 15811849. OLE color: 15811849.

HSL color Cylindrical-coordinate representation of color #0945F1: hue angle of 224.48º 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 #0945F1 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 69 241 -
CMYK 0.96 0.71 0 0.05
HSL 224.48º 0.93% 0.49% -
HSV(B) 224.48º 0.96% 0.95% -
XYZ 18.12 10.67 84.32 -
YUV 70.67 224.12 84.01 -
System Red Green Blue C M Y K H S L
Decimal 9 69 241 0.96 0.71 0 0.05 224.48 0.93 0.49
Hex 9 45 F1 60 47 0 5 E0 5D 31
Octal 11 105 361 140 107 0 5 340 135 61
Binary 1001 1000101 11110001 1100000 1000111 0 101 11100000 1011101 110001

Color Harmonies of #0945F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0945F1

Black with #0945F1

Text Example


Text Example

White with #0945F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0945F1; }

 p { color: rgb(9,69,241); }

 H1.HeaderClassName
 {
   color: #0945F1;
 }
 .AnyTagClassName
 {
   color: #0945F1;
 }
</style>

background-color css

<style>
 a { background-color: #0945F1; }

 a { background-color: rgb(9,69,241); }

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

border-color css

<style>
 span { border-color: #0945F1; }

 span { border-color: rgb(9,69,241); }

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