Html Css Color HEX #0F40CE Persian Blue

📋 copy color: '#0F40CE'

red 15 ◦ green 64 ◦ blue 206

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

Shades of Persian Blue #0F40CE

Tints of Persian Blue #0F40CE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.46%

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

R = 5.26%
G = 22.46%
B = 72.28%

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

#0F40CE (or 0x0F40CE) is known color: Persian Blue. HEX triplet: 0F, 40 and CE. RGB value is (15,64,206). Sum of RGB (Red+Green+Blue) = 15+64+206=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F40CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F40CE is #F0BF31. Grayscale: #404040. Windows color (decimal): -15777586 or 13516815. OLE color: 13516815.

HSL color Cylindrical-coordinate representation of color #0F40CE: hue angle of 224.61º 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 #0F40CE is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 64 206 -
CMYK 0.93 0.69 0 0.19
HSL 224.61º 0.86% 0.43% -
HSV(B) 224.61º 0.93% 0.81% -
XYZ 13.17 8.22 59.29 -
YUV 65.54 207.27 91.95 -
System Red Green Blue C M Y K H S L
Decimal 15 64 206 0.93 0.69 0 0.19 224.61 0.86 0.43
Hex F 40 CE 5D 45 0 13 E1 56 2B
Octal 17 100 316 135 105 0 23 341 126 53
Binary 1111 1000000 11001110 1011101 1000101 0 10011 11100001 1010110 101011

Color Harmonies of #0F40CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F40CE

Black with #0F40CE

Text Example


Text Example

White with #0F40CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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