Html Css Color HEX #0952FC Navy Blue

📋 copy color: '#0952FC'

red 9 ◦ green 82 ◦ blue 252

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

Shades of Navy Blue #0952FC

Tints of Navy Blue #0952FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 73.47%

R = 2.62%
G = 23.91%
B = 73.47%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0952FC (or 0x0952FC) is known color: Navy Blue. HEX triplet: 09, 52 and FC. RGB value is (9,82,252). Sum of RGB (Red+Green+Blue) = 9+82+252=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 252 (98.83% from 255 or 73.47% from 343); Max value from RGB is 252 - color contains mainly: blue. Hex color #0952FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0952FC is #F6AD03. Grayscale: #4E4E4E. Windows color (decimal): -16166148 or 16536073. OLE color: 16536073.

HSL color Cylindrical-coordinate representation of color #0952FC: hue angle of 221.98º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0952FC is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 82 252 -
CMYK 0.96 0.67 0 0.01
HSL 221.98º 0.98% 0.51% -
HSV(B) 221.98º 0.96% 0.99% -
XYZ 20.7 13.12 93.54 -
YUV 79.55 225.32 77.68 -
System Red Green Blue C M Y K H S L
Decimal 9 82 252 0.96 0.67 0 0.01 221.98 0.98 0.51
Hex 9 52 FC 60 43 0 1 DE 62 33
Octal 11 122 374 140 103 0 1 336 142 63
Binary 1001 1010010 11111100 1100000 1000011 0 1 11011110 1100010 110011

Color Harmonies of #0952FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0952FC

Black with #0952FC

Text Example


Text Example

White with #0952FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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