Html Css Color HEX #0D3AC7 Persian Blue

📋 copy color: '#0D3AC7'

red 13 ◦ green 58 ◦ blue 199

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

Shades of Persian Blue #0D3AC7

Tints of Persian Blue #0D3AC7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.48%

 BLUE value IS 199 (78.13% from 255) = 73.7%

R = 4.81%
G = 21.48%
B = 73.7%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0D3AC7 (or 0x0D3AC7) is known color: Persian Blue. HEX triplet: 0D, 3A and C7. RGB value is (13,58,199). Sum of RGB (Red+Green+Blue) = 13+58+199=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 199 (78.12% from 255 or 73.70% from 270); Max value from RGB is 199 - color contains mainly: blue. Hex color #0D3AC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3AC7 is #F2C538. Grayscale: #3C3C3C. Windows color (decimal): -15910201 or 13056525. OLE color: 13056525.

HSL color Cylindrical-coordinate representation of color #0D3AC7: hue angle of 225.48º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D3AC7 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 58 199 -
CMYK 0.93 0.71 0 0.22
HSL 225.48º 0.88% 0.42% -
HSV(B) 225.48º 0.93% 0.78% -
XYZ 11.99 7.24 54.8 -
YUV 60.62 206.09 94.04 -
System Red Green Blue C M Y K H S L
Decimal 13 58 199 0.93 0.71 0 0.22 225.48 0.88 0.42
Hex D 3A C7 5D 47 0 16 E1 58 2A
Octal 15 72 307 135 107 0 26 341 130 52
Binary 1101 111010 11000111 1011101 1000111 0 10110 11100001 1011000 101010

Color Harmonies of #0D3AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3AC7

Black with #0D3AC7

Text Example


Text Example

White with #0D3AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,58,199); }

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

background-color css

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

 a { background-color: rgb(13,58,199); }

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

border-color css

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

 span { border-color: rgb(13,58,199); }

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