Html Css Color HEX #0F42EB Persian Blue

📋 copy color: '#0F42EB'

red 15 ◦ green 66 ◦ blue 235

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

Shades of Persian Blue #0F42EB

Tints of Persian Blue #0F42EB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.89%

 BLUE value IS 235 (92.19% from 255) = 74.37%

R = 4.75%
G = 20.89%
B = 74.37%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0F42EB (or 0x0F42EB) is known color: Persian Blue. HEX triplet: 0F, 42 and EB. RGB value is (15,66,235). Sum of RGB (Red+Green+Blue) = 15+66+235=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F42EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F42EB is #F0BD14. Grayscale: #454545. Windows color (decimal): -15777045 or 15417871. OLE color: 15417871.

HSL color Cylindrical-coordinate representation of color #0F42EB: hue angle of 226.09º 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 #0F42EB is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 66 235 -
CMYK 0.94 0.72 0 0.08
HSL 226.09º 0.88% 0.49% -
HSV(B) 226.09º 0.94% 0.92% -
XYZ 17.14 10 79.62 -
YUV 70.02 221.1 88.76 -
System Red Green Blue C M Y K H S L
Decimal 15 66 235 0.94 0.72 0 0.08 226.09 0.88 0.49
Hex F 42 EB 5E 48 0 8 E2 58 31
Octal 17 102 353 136 110 0 10 342 130 61
Binary 1111 1000010 11101011 1011110 1001000 0 1000 11100010 1011000 110001

Color Harmonies of #0F42EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F42EB

Black with #0F42EB

Text Example


Text Example

White with #0F42EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,66,235); }

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

background-color css

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

 a { background-color: rgb(15,66,235); }

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

border-color css

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

 span { border-color: rgb(15,66,235); }

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