Html Css Color HEX #0951FA Navy Blue

📋 copy color: '#0951FA'

red 9 ◦ green 81 ◦ blue 250

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

Shades of Navy Blue #0951FA

Tints of Navy Blue #0951FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.82%

 BLUE value IS 250 (98.05% from 255) = 73.53%

R = 2.65%
G = 23.82%
B = 73.53%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0951FA (or 0x0951FA) is known color: Navy Blue. HEX triplet: 09, 51 and FA. RGB value is (9,81,250). Sum of RGB (Red+Green+Blue) = 9+81+250=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 250 (98.05% from 255 or 73.53% from 340); Max value from RGB is 250 - color contains mainly: blue. Hex color #0951FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0951FA is #F6AE05. Grayscale: #4D4D4D. Windows color (decimal): -16166406 or 16404745. OLE color: 16404745.

HSL color Cylindrical-coordinate representation of color #0951FA: hue angle of 222.07º degrees, saturation: 0.96, 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 #0951FA is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 81 250 -
CMYK 0.96 0.68 0 0.02
HSL 222.07º 0.96% 0.51% -
HSV(B) 222.07º 0.96% 0.98% -
XYZ 20.31 12.85 91.85 -
YUV 78.74 224.65 78.26 -
System Red Green Blue C M Y K H S L
Decimal 9 81 250 0.96 0.68 0 0.02 222.07 0.96 0.51
Hex 9 51 FA 60 44 0 2 DE 60 33
Octal 11 121 372 140 104 0 2 336 140 63
Binary 1001 1010001 11111010 1100000 1000100 0 10 11011110 1100000 110011

Color Harmonies of #0951FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0951FA

Black with #0951FA

Text Example


Text Example

White with #0951FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0951FA; }

 p { color: rgb(9,81,250); }

 H1.HeaderClassName
 {
   color: #0951FA;
 }
 .AnyTagClassName
 {
   color: #0951FA;
 }
</style>

background-color css

<style>
 a { background-color: #0951FA; }

 a { background-color: rgb(9,81,250); }

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

border-color css

<style>
 span { border-color: #0951FA; }

 span { border-color: rgb(9,81,250); }

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