Html Css Color HEX #0F23BF Persian Blue

📋 copy color: '#0F23BF'

red 15 ◦ green 35 ◦ blue 191

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

Shades of Persian Blue #0F23BF

Tints of Persian Blue #0F23BF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.52%

 BLUE value IS 191 (75% from 255) = 79.25%

R = 6.22%
G = 14.52%
B = 79.25%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F23BF (or 0x0F23BF) is known color: Persian Blue. HEX triplet: 0F, 23 and BF. RGB value is (15,35,191). Sum of RGB (Red+Green+Blue) = 15+35+191=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 191 (75% from 255 or 79.25% from 241); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F23BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F23BF is #F0DC40. Grayscale: #2E2E2E. Windows color (decimal): -15785025 or 12526351. OLE color: 12526351.

HSL color Cylindrical-coordinate representation of color #0F23BF: hue angle of 233.18º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F23BF is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 35 191 -
CMYK 0.92 0.82 0 0.25
HSL 233.18º 0.85% 0.4% -
HSV(B) 233.18º 0.92% 0.75% -
XYZ 10.2 5.07 49.73 -
YUV 46.8 209.37 105.32 -
System Red Green Blue C M Y K H S L
Decimal 15 35 191 0.92 0.82 0 0.25 233.18 0.85 0.4
Hex F 23 BF 5C 52 0 19 E9 55 28
Octal 17 43 277 134 122 0 31 351 125 50
Binary 1111 100011 10111111 1011100 1010010 0 11001 11101001 1010101 101000

Color Harmonies of #0F23BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F23BF

Black with #0F23BF

Text Example


Text Example

White with #0F23BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,35,191); }

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

background-color css

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

 a { background-color: rgb(15,35,191); }

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

border-color css

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

 span { border-color: rgb(15,35,191); }

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