Html Css Color HEX #0F46DF Persian Blue

📋 copy color: '#0F46DF'

red 15 ◦ green 70 ◦ blue 223

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

Shades of Persian Blue #0F46DF

Tints of Persian Blue #0F46DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.4%

R = 4.87%
G = 22.73%
B = 72.4%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F46DF (or 0x0F46DF) is known color: Persian Blue. HEX triplet: 0F, 46 and DF. RGB value is (15,70,223). Sum of RGB (Red+Green+Blue) = 15+70+223=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F46DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F46DF is #F0B920. Grayscale: #464646. Windows color (decimal): -15776033 or 14632463. OLE color: 14632463.

HSL color Cylindrical-coordinate representation of color #0F46DF: hue angle of 224.13º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F46DF is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 70 223 -
CMYK 0.93 0.69 0 0.13
HSL 224.13º 0.87% 0.47% -
HSV(B) 224.13º 0.93% 0.87% -
XYZ 15.71 9.81 70.88 -
YUV 71 213.78 88.06 -
System Red Green Blue C M Y K H S L
Decimal 15 70 223 0.93 0.69 0 0.13 224.13 0.87 0.47
Hex F 46 DF 5D 45 0 D E0 57 2F
Octal 17 106 337 135 105 0 15 340 127 57
Binary 1111 1000110 11011111 1011101 1000101 0 1101 11100000 1010111 101111

Color Harmonies of #0F46DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F46DF

Black with #0F46DF

Text Example


Text Example

White with #0F46DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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