Html Css Color HEX #0D40EF Persian Blue

📋 copy color: '#0D40EF'

red 13 ◦ green 64 ◦ blue 239

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

Shades of Persian Blue #0D40EF

Tints of Persian Blue #0D40EF

RGB

 RED value IS 13 (5.47% from 255) = 4.11%

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

 BLUE value IS 239 (93.75% from 255) = 75.63%

R = 4.11%
G = 20.25%
B = 75.63%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0D40EF (or 0x0D40EF) is known color: Persian Blue. HEX triplet: 0D, 40 and EF. RGB value is (13,64,239). Sum of RGB (Red+Green+Blue) = 13+64+239=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #0D40EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D40EF is #F2BF10. Grayscale: #434343. Windows color (decimal): -15908625 or 15679501. OLE color: 15679501.

HSL color Cylindrical-coordinate representation of color #0D40EF: hue angle of 226.46º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D40EF is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 13 64 239 -
CMYK 0.95 0.73 0 0.06
HSL 226.46º 0.9% 0.49% -
HSV(B) 226.46º 0.95% 0.94% -
XYZ 17.58 9.98 82.66 -
YUV 68.7 224.1 88.27 -
System Red Green Blue C M Y K H S L
Decimal 13 64 239 0.95 0.73 0 0.06 226.46 0.9 0.49
Hex D 40 EF 5F 49 0 6 E2 5A 31
Octal 15 100 357 137 111 0 6 342 132 61
Binary 1101 1000000 11101111 1011111 1001001 0 110 11100010 1011010 110001

Color Harmonies of #0D40EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D40EF

Black with #0D40EF

Text Example


Text Example

White with #0D40EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,64,239); }

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

background-color css

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

 a { background-color: rgb(13,64,239); }

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

border-color css

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

 span { border-color: rgb(13,64,239); }

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