Html Css Color HEX #0913FA Blue

📋 copy color: '#0913FA'

red 9 ◦ green 19 ◦ blue 250

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

Shades of Blue #0913FA

Tints of Blue #0913FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

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

R = 3.24%
G = 6.83%
B = 89.93%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0913FA (or 0x0913FA) is known color: Blue. HEX triplet: 09, 13 and FA. RGB value is (9,19,250). Sum of RGB (Red+Green+Blue) = 9+19+250=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 250 (98.05% from 255 or 89.93% from 278); Max value from RGB is 250 - color contains mainly: blue. Hex color #0913FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0913FA is #F6EC05. Grayscale: #292929. Windows color (decimal): -16182278 or 16388873. OLE color: 16388873.

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

Color convert

RGB 9 19 250 -
CMYK 0.96 0.92 0 0.02
HSL 237.51º 0.96% 0.51% -
HSV(B) 237.51º 0.96% 0.98% -
XYZ 17.6 7.43 90.95 -
YUV 42.34 245.19 104.22 -
System Red Green Blue C M Y K H S L
Decimal 9 19 250 0.96 0.92 0 0.02 237.51 0.96 0.51
Hex 9 13 FA 60 5C 0 2 EE 60 33
Octal 11 23 372 140 134 0 2 356 140 63
Binary 1001 10011 11111010 1100000 1011100 0 10 11101110 1100000 110011

Color Harmonies of #0913FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0913FA

Black with #0913FA

Text Example


Text Example

White with #0913FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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