Html Css Color HEX #0D45E7 Persian Blue

📋 copy color: '#0D45E7'

red 13 ◦ green 69 ◦ blue 231

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

Shades of Persian Blue #0D45E7

Tints of Persian Blue #0D45E7

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.04%

 BLUE value IS 231 (90.63% from 255) = 73.8%

R = 4.15%
G = 22.04%
B = 73.8%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0D45E7 (or 0x0D45E7) is known color: Persian Blue. HEX triplet: 0D, 45 and E7. RGB value is (13,69,231). Sum of RGB (Red+Green+Blue) = 13+69+231=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 231 (90.62% from 255 or 73.80% from 313); Max value from RGB is 231 - color contains mainly: blue. Hex color #0D45E7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D45E7 is #F2BA18. Grayscale: #464646. Windows color (decimal): -15907353 or 15156493. OLE color: 15156493.

HSL color Cylindrical-coordinate representation of color #0D45E7: hue angle of 224.59º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D45E7 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 13 69 231 -
CMYK 0.94 0.70 0 0.09
HSL 224.59º 0.89% 0.48% -
HSV(B) 224.59º 0.94% 0.91% -
XYZ 16.72 10.11 76.67 -
YUV 70.72 218.45 86.83 -
System Red Green Blue C M Y K H S L
Decimal 13 69 231 0.94 0.70 0 0.09 224.59 0.89 0.48
Hex D 45 E7 5E 46 0 9 E1 59 30
Octal 15 105 347 136 106 0 11 341 131 60
Binary 1101 1000101 11100111 1011110 1000110 0 1001 11100001 1011001 110000

Color Harmonies of #0D45E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D45E7

Black with #0D45E7

Text Example


Text Example

White with #0D45E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,69,231); }

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

background-color css

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

 a { background-color: rgb(13,69,231); }

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

border-color css

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

 span { border-color: rgb(13,69,231); }

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