Html Css Color HEX #0F46E8 Persian Blue

📋 copy color: '#0F46E8'

red 15 ◦ green 70 ◦ blue 232

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

Shades of Persian Blue #0F46E8

Tints of Persian Blue #0F46E8

RGB

 RED value IS 15 (6.25% from 255) = 4.73%

 GREEN value IS 70 (27.73% from 255) = 22.08%

 BLUE value IS 232 (91.02% from 255) = 73.19%

R = 4.73%
G = 22.08%
B = 73.19%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0F46E8 (or 0x0F46E8) is known color: Persian Blue. HEX triplet: 0F, 46 and E8. RGB value is (15,70,232). Sum of RGB (Red+Green+Blue) = 15+70+232=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 232 (91.02% from 255 or 73.19% from 317); Max value from RGB is 232 - color contains mainly: blue. Hex color #0F46E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F46E8 is #F0B917. Grayscale: #474747. Windows color (decimal): -15776024 or 15222287. OLE color: 15222287.

HSL color Cylindrical-coordinate representation of color #0F46E8: hue angle of 224.79º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F46E8 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 15 70 232 -
CMYK 0.94 0.70 0 0.09
HSL 224.79º 0.88% 0.48% -
HSV(B) 224.79º 0.94% 0.91% -
XYZ 16.95 10.31 77.44 -
YUV 72.02 218.28 87.33 -
System Red Green Blue C M Y K H S L
Decimal 15 70 232 0.94 0.70 0 0.09 224.79 0.88 0.48
Hex F 46 E8 5E 46 0 9 E1 58 30
Octal 17 106 350 136 106 0 11 341 130 60
Binary 1111 1000110 11101000 1011110 1000110 0 1001 11100001 1011000 110000

Color Harmonies of #0F46E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F46E8

Black with #0F46E8

Text Example


Text Example

White with #0F46E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F46E8; }

 p { color: rgb(15,70,232); }

 H1.HeaderClassName
 {
   color: #0F46E8;
 }
 .AnyTagClassName
 {
   color: #0F46E8;
 }
</style>

background-color css

<style>
 a { background-color: #0F46E8; }

 a { background-color: rgb(15,70,232); }

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

border-color css

<style>
 span { border-color: #0F46E8; }

 span { border-color: rgb(15,70,232); }

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