Html Css Color HEX #0F3FCE Persian Blue

📋 copy color: '#0F3FCE'

red 15 ◦ green 63 ◦ blue 206

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

Shades of Persian Blue #0F3FCE

Tints of Persian Blue #0F3FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 22.18%

 BLUE value IS 206 (80.86% from 255) = 72.54%

R = 5.28%
G = 22.18%
B = 72.54%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F3FCE (or 0x0F3FCE) is known color: Persian Blue. HEX triplet: 0F, 3F and CE. RGB value is (15,63,206). Sum of RGB (Red+Green+Blue) = 15+63+206=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F3FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3FCE is #F0C031. Grayscale: #404040. Windows color (decimal): -15777842 or 13516559. OLE color: 13516559.

HSL color Cylindrical-coordinate representation of color #0F3FCE: hue angle of 224.92º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F3FCE is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 63 206 -
CMYK 0.93 0.69 0 0.19
HSL 224.92º 0.86% 0.43% -
HSV(B) 224.92º 0.93% 0.81% -
XYZ 13.12 8.11 59.27 -
YUV 64.95 207.6 92.37 -
System Red Green Blue C M Y K H S L
Decimal 15 63 206 0.93 0.69 0 0.19 224.92 0.86 0.43
Hex F 3F CE 5D 45 0 13 E1 56 2B
Octal 17 77 316 135 105 0 23 341 126 53
Binary 1111 111111 11001110 1011101 1000101 0 10011 11100001 1010110 101011

Color Harmonies of #0F3FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3FCE

Black with #0F3FCE

Text Example


Text Example

White with #0F3FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,63,206); }

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

background-color css

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

 a { background-color: rgb(15,63,206); }

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

border-color css

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

 span { border-color: rgb(15,63,206); }

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