Html Css Color HEX #0F3CB7 Persian Blue

📋 copy color: '#0F3CB7'

red 15 ◦ green 60 ◦ blue 183

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

Shades of Persian Blue #0F3CB7

Tints of Persian Blue #0F3CB7

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.26%

 BLUE value IS 183 (71.88% from 255) = 70.93%

R = 5.81%
G = 23.26%
B = 70.93%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0F3CB7 (or 0x0F3CB7) is known color: Persian Blue. HEX triplet: 0F, 3C and B7. RGB value is (15,60,183). Sum of RGB (Red+Green+Blue) = 15+60+183=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 183 (71.88% from 255 or 70.93% from 258); Max value from RGB is 183 - color contains mainly: blue. Hex color #0F3CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3CB7 is #F0C348. Grayscale: #3C3C3C. Windows color (decimal): -15778633 or 12008463. OLE color: 12008463.

HSL color Cylindrical-coordinate representation of color #0F3CB7: hue angle of 223.93º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F3CB7 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 15 60 183 -
CMYK 0.92 0.67 0 0.28
HSL 223.93º 0.85% 0.39% -
HSV(B) 223.93º 0.92% 0.72% -
XYZ 10.36 6.75 45.56 -
YUV 60.57 197.09 95.5 -
System Red Green Blue C M Y K H S L
Decimal 15 60 183 0.92 0.67 0 0.28 223.93 0.85 0.39
Hex F 3C B7 5C 43 0 1C E0 55 27
Octal 17 74 267 134 103 0 34 340 125 47
Binary 1111 111100 10110111 1011100 1000011 0 11100 11100000 1010101 100111

Color Harmonies of #0F3CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3CB7

Black with #0F3CB7

Text Example


Text Example

White with #0F3CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,60,183); }

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

background-color css

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

 a { background-color: rgb(15,60,183); }

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

border-color css

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

 span { border-color: rgb(15,60,183); }

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