Html Css Color HEX #0F44EA Persian Blue

📋 copy color: '#0F44EA'

red 15 ◦ green 68 ◦ blue 234

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

Shades of Persian Blue #0F44EA

Tints of Persian Blue #0F44EA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

 BLUE value IS 234 (91.8% from 255) = 73.82%

R = 4.73%
G = 21.45%
B = 73.82%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0F44EA (or 0x0F44EA) is known color: Persian Blue. HEX triplet: 0F, 44 and EA. RGB value is (15,68,234). Sum of RGB (Red+Green+Blue) = 15+68+234=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 234 (91.80% from 255 or 73.82% from 317); Max value from RGB is 234 - color contains mainly: blue. Hex color #0F44EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F44EA is #F0BB15. Grayscale: #464646. Windows color (decimal): -15776534 or 15352847. OLE color: 15352847.

HSL color Cylindrical-coordinate representation of color #0F44EA: hue angle of 225.48º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F44EA is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 68 234 -
CMYK 0.94 0.71 0 0.08
HSL 225.48º 0.88% 0.49% -
HSV(B) 225.48º 0.94% 0.92% -
XYZ 17.12 10.18 78.9 -
YUV 71.08 219.94 88 -
System Red Green Blue C M Y K H S L
Decimal 15 68 234 0.94 0.71 0 0.08 225.48 0.88 0.49
Hex F 44 EA 5E 47 0 8 E1 58 31
Octal 17 104 352 136 107 0 10 341 130 61
Binary 1111 1000100 11101010 1011110 1000111 0 1000 11100001 1011000 110001

Color Harmonies of #0F44EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F44EA

Black with #0F44EA

Text Example


Text Example

White with #0F44EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,68,234); }

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

background-color css

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

 a { background-color: rgb(15,68,234); }

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

border-color css

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

 span { border-color: rgb(15,68,234); }

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