Html Css Color HEX #0948FE Navy Blue

📋 copy color: '#0948FE'

red 9 ◦ green 72 ◦ blue 254

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

Shades of Navy Blue #0948FE

Tints of Navy Blue #0948FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.49%

 BLUE value IS 254 (99.61% from 255) = 75.82%

R = 2.69%
G = 21.49%
B = 75.82%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0948FE (or 0x0948FE) is known color: Navy Blue. HEX triplet: 09, 48 and FE. RGB value is (9,72,254). Sum of RGB (Red+Green+Blue) = 9+72+254=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #0948FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0948FE is #F6B701. Grayscale: #494949. Windows color (decimal): -16168706 or 16664585. OLE color: 16664585.

HSL color Cylindrical-coordinate representation of color #0948FE: hue angle of 224.57º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0948FE is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 9 72 254 -
CMYK 0.96 0.72 0 0.00
HSL 224.57º 0.99% 0.52% -
HSV(B) 224.57º 0.96% 1% -
XYZ 20.32 11.85 94.98 -
YUV 73.91 229.63 81.7 -
System Red Green Blue C M Y K H S L
Decimal 9 72 254 0.96 0.72 0 0.00 224.57 0.99 0.52
Hex 9 48 FE 60 48 0 0 E1 63 34
Octal 11 110 376 140 110 0 0 341 143 64
Binary 1001 1001000 11111110 1100000 1001000 0 0 11100001 1100011 110100

Color Harmonies of #0948FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0948FE

Black with #0948FE

Text Example


Text Example

White with #0948FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0948FE; }

 p { color: rgb(9,72,254); }

 H1.HeaderClassName
 {
   color: #0948FE;
 }
 .AnyTagClassName
 {
   color: #0948FE;
 }
</style>

background-color css

<style>
 a { background-color: #0948FE; }

 a { background-color: rgb(9,72,254); }

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

border-color css

<style>
 span { border-color: #0948FE; }

 span { border-color: rgb(9,72,254); }

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