Html Css Color HEX #0F36C2 Persian Blue

📋 copy color: '#0F36C2'

red 15 ◦ green 54 ◦ blue 194

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

Shades of Persian Blue #0F36C2

Tints of Persian Blue #0F36C2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.53%

 BLUE value IS 194 (76.17% from 255) = 73.76%

R = 5.7%
G = 20.53%
B = 73.76%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0F36C2 (or 0x0F36C2) is known color: Persian Blue. HEX triplet: 0F, 36 and C2. RGB value is (15,54,194). Sum of RGB (Red+Green+Blue) = 15+54+194=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 194 (76.17% from 255 or 73.76% from 263); Max value from RGB is 194 - color contains mainly: blue. Hex color #0F36C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F36C2 is #F0C93D. Grayscale: #393939. Windows color (decimal): -15780158 or 12727823. OLE color: 12727823.

HSL color Cylindrical-coordinate representation of color #0F36C2: hue angle of 226.93º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F36C2 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 15 54 194 -
CMYK 0.92 0.72 0 0.24
HSL 226.93º 0.86% 0.41% -
HSV(B) 226.93º 0.92% 0.76% -
XYZ 11.25 6.63 51.73 -
YUV 58.3 204.58 97.12 -
System Red Green Blue C M Y K H S L
Decimal 15 54 194 0.92 0.72 0 0.24 226.93 0.86 0.41
Hex F 36 C2 5C 48 0 18 E3 56 29
Octal 17 66 302 134 110 0 30 343 126 51
Binary 1111 110110 11000010 1011100 1001000 0 11000 11100011 1010110 101001

Color Harmonies of #0F36C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F36C2

Black with #0F36C2

Text Example


Text Example

White with #0F36C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,54,194); }

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

background-color css

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

 a { background-color: rgb(15,54,194); }

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

border-color css

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

 span { border-color: rgb(15,54,194); }

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