Html Css Color HEX #0F33E8 Persian Blue

📋 copy color: '#0F33E8'

red 15 ◦ green 51 ◦ blue 232

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

Shades of Persian Blue #0F33E8

Tints of Persian Blue #0F33E8

RGB

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

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

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

R = 5.03%
G = 17.11%
B = 77.85%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0F33E8 (or 0x0F33E8) is known color: Persian Blue. HEX triplet: 0F, 33 and E8. RGB value is (15,51,232). Sum of RGB (Red+Green+Blue) = 15+51+232=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 232 (91.02% from 255 or 77.85% from 298); Max value from RGB is 232 - color contains mainly: blue. Hex color #0F33E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F33E8 is #F0CC17. Grayscale: #3C3C3C. Windows color (decimal): -15780888 or 15217423. OLE color: 15217423.

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

Color convert

RGB 15 51 232 -
CMYK 0.94 0.78 0 0.09
HSL 230.05º 0.88% 0.48% -
HSV(B) 230.05º 0.94% 0.91% -
XYZ 15.95 8.3 77.1 -
YUV 60.87 224.57 95.28 -
System Red Green Blue C M Y K H S L
Decimal 15 51 232 0.94 0.78 0 0.09 230.05 0.88 0.48
Hex F 33 E8 5E 4E 0 9 E6 58 30
Octal 17 63 350 136 116 0 11 346 130 60
Binary 1111 110011 11101000 1011110 1001110 0 1001 11100110 1011000 110000

Color Harmonies of #0F33E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F33E8

Black with #0F33E8

Text Example


Text Example

White with #0F33E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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