Html Css Color HEX #0952FA Navy Blue

📋 copy color: '#0952FA'

red 9 ◦ green 82 ◦ blue 250

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

Shades of Navy Blue #0952FA

Tints of Navy Blue #0952FA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.05%

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

R = 2.64%
G = 24.05%
B = 73.31%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0952FA (or 0x0952FA) is known color: Navy Blue. HEX triplet: 09, 52 and FA. RGB value is (9,82,250). Sum of RGB (Red+Green+Blue) = 9+82+250=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #0952FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0952FA is #F6AD05. Grayscale: #4E4E4E. Windows color (decimal): -16166150 or 16405001. OLE color: 16405001.

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

Color convert

RGB 9 82 250 -
CMYK 0.96 0.67 0 0.02
HSL 221.83º 0.96% 0.51% -
HSV(B) 221.83º 0.96% 0.98% -
XYZ 20.39 12.99 91.88 -
YUV 79.33 224.32 77.84 -
System Red Green Blue C M Y K H S L
Decimal 9 82 250 0.96 0.67 0 0.02 221.83 0.96 0.51
Hex 9 52 FA 60 43 0 2 DE 60 33
Octal 11 122 372 140 103 0 2 336 140 63
Binary 1001 1010010 11111010 1100000 1000011 0 10 11011110 1100000 110011

Color Harmonies of #0952FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0952FA

Black with #0952FA

Text Example


Text Example

White with #0952FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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