Html Css Color HEX #0F33EA Persian Blue

📋 copy color: '#0F33EA'

red 15 ◦ green 51 ◦ blue 234

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

Shades of Persian Blue #0F33EA

Tints of Persian Blue #0F33EA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17%

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

R = 5%
G = 17%
B = 78%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0F33EA (or 0x0F33EA) is known color: Persian Blue. HEX triplet: 0F, 33 and EA. RGB value is (15,51,234). Sum of RGB (Red+Green+Blue) = 15+51+234=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #0F33EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F33EA is #F0CC15. Grayscale: #3C3C3C. Windows color (decimal): -15780886 or 15348495. OLE color: 15348495.

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

Color convert

RGB 15 51 234 -
CMYK 0.94 0.78 0 0.08
HSL 230.14º 0.88% 0.49% -
HSV(B) 230.14º 0.94% 0.92% -
XYZ 16.23 8.41 78.61 -
YUV 61.1 225.57 95.12 -
System Red Green Blue C M Y K H S L
Decimal 15 51 234 0.94 0.78 0 0.08 230.14 0.88 0.49
Hex F 33 EA 5E 4E 0 8 E6 58 31
Octal 17 63 352 136 116 0 10 346 130 61
Binary 1111 110011 11101010 1011110 1001110 0 1000 11100110 1011000 110001

Color Harmonies of #0F33EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F33EA

Black with #0F33EA

Text Example


Text Example

White with #0F33EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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