Html Css Color HEX #0F40CD Persian Blue

📋 copy color: '#0F40CD'

red 15 ◦ green 64 ◦ blue 205

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

Shades of Persian Blue #0F40CD

Tints of Persian Blue #0F40CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 72.18%

R = 5.28%
G = 22.54%
B = 72.18%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F40CD (or 0x0F40CD) is known color: Persian Blue. HEX triplet: 0F, 40 and CD. RGB value is (15,64,205). Sum of RGB (Red+Green+Blue) = 15+64+205=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F40CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F40CD is #F0BF32. Grayscale: #404040. Windows color (decimal): -15777587 or 13451279. OLE color: 13451279.

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

Color convert

RGB 15 64 205 -
CMYK 0.93 0.69 0 0.20
HSL 224.53º 0.86% 0.43% -
HSV(B) 224.53º 0.93% 0.8% -
XYZ 13.05 8.18 58.65 -
YUV 65.42 206.77 92.04 -
System Red Green Blue C M Y K H S L
Decimal 15 64 205 0.93 0.69 0 0.20 224.53 0.86 0.43
Hex F 40 CD 5D 45 0 14 E1 56 2B
Octal 17 100 315 135 105 0 24 341 126 53
Binary 1111 1000000 11001101 1011101 1000101 0 10100 11100001 1010110 101011

Color Harmonies of #0F40CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F40CD

Black with #0F40CD

Text Example


Text Example

White with #0F40CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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