Html Css Color HEX #0F27DC Persian Blue

📋 copy color: '#0F27DC'

red 15 ◦ green 39 ◦ blue 220

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

Shades of Persian Blue #0F27DC

Tints of Persian Blue #0F27DC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.23%

 BLUE value IS 220 (86.33% from 255) = 80.29%

R = 5.47%
G = 14.23%
B = 80.29%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F27DC (or 0x0F27DC) is known color: Persian Blue. HEX triplet: 0F, 27 and DC. RGB value is (15,39,220). Sum of RGB (Red+Green+Blue) = 15+39+220=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F27DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F27DC is #F0D823. Grayscale: #333333. Windows color (decimal): -15783972 or 14427919. OLE color: 14427919.

HSL color Cylindrical-coordinate representation of color #0F27DC: hue angle of 232.98º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F27DC is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 39 220 -
CMYK 0.93 0.82 0 0.14
HSL 232.98º 0.87% 0.46% -
HSV(B) 232.98º 0.93% 0.86% -
XYZ 13.84 6.72 68.28 -
YUV 52.46 222.55 101.28 -
System Red Green Blue C M Y K H S L
Decimal 15 39 220 0.93 0.82 0 0.14 232.98 0.87 0.46
Hex F 27 DC 5D 52 0 E E9 57 2E
Octal 17 47 334 135 122 0 16 351 127 56
Binary 1111 100111 11011100 1011101 1010010 0 1110 11101001 1010111 101110

Color Harmonies of #0F27DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F27DC

Black with #0F27DC

Text Example


Text Example

White with #0F27DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,39,220); }

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

background-color css

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

 a { background-color: rgb(15,39,220); }

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

border-color css

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

 span { border-color: rgb(15,39,220); }

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