Html Css Color HEX #0952E2 Navy Blue

📋 copy color: '#0952E2'

red 9 ◦ green 82 ◦ blue 226

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

Shades of Navy Blue #0952E2

Tints of Navy Blue #0952E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 71.29%

R = 2.84%
G = 25.87%
B = 71.29%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0952E2 (or 0x0952E2) is known color: Navy Blue. HEX triplet: 09, 52 and E2. RGB value is (9,82,226). Sum of RGB (Red+Green+Blue) = 9+82+226=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 226 (88.67% from 255 or 71.29% from 317); Max value from RGB is 226 - color contains mainly: blue. Hex color #0952E2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0952E2 is #F6AD1D. Grayscale: #4B4B4B. Windows color (decimal): -16166174 or 14832137. OLE color: 14832137.

HSL color Cylindrical-coordinate representation of color #0952E2: hue angle of 219.82º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0952E2 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 9 82 226 -
CMYK 0.96 0.64 0 0.11
HSL 219.82º 0.92% 0.46% -
HSV(B) 219.82º 0.96% 0.89% -
XYZ 16.86 11.58 73.3 -
YUV 76.59 212.32 79.79 -
System Red Green Blue C M Y K H S L
Decimal 9 82 226 0.96 0.64 0 0.11 219.82 0.92 0.46
Hex 9 52 E2 60 40 0 B DC 5C 2E
Octal 11 122 342 140 100 0 13 334 134 56
Binary 1001 1010010 11100010 1100000 1000000 0 1011 11011100 1011100 101110

Color Harmonies of #0952E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0952E2

Black with #0952E2

Text Example


Text Example

White with #0952E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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