Html Css Color HEX #0D3ECA Persian Blue

📋 copy color: '#0D3ECA'

red 13 ◦ green 62 ◦ blue 202

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

Shades of Persian Blue #0D3ECA

Tints of Persian Blue #0D3ECA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.38%

 BLUE value IS 202 (79.3% from 255) = 72.92%

R = 4.69%
G = 22.38%
B = 72.92%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0D3ECA (or 0x0D3ECA) is known color: Persian Blue. HEX triplet: 0D, 3E and CA. RGB value is (13,62,202). Sum of RGB (Red+Green+Blue) = 13+62+202=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 202 (79.30% from 255 or 72.92% from 277); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D3ECA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3ECA is #F2C135. Grayscale: #3E3E3E. Windows color (decimal): -15909174 or 13254157. OLE color: 13254157.

HSL color Cylindrical-coordinate representation of color #0D3ECA: hue angle of 224.44º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D3ECA is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 62 202 -
CMYK 0.94 0.69 0 0.21
HSL 224.44º 0.88% 0.42% -
HSV(B) 224.44º 0.94% 0.79% -
XYZ 12.55 7.8 56.72 -
YUV 63.31 206.27 92.12 -
System Red Green Blue C M Y K H S L
Decimal 13 62 202 0.94 0.69 0 0.21 224.44 0.88 0.42
Hex D 3E CA 5E 45 0 15 E0 58 2A
Octal 15 76 312 136 105 0 25 340 130 52
Binary 1101 111110 11001010 1011110 1000101 0 10101 11100000 1011000 101010

Color Harmonies of #0D3ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3ECA

Black with #0D3ECA

Text Example


Text Example

White with #0D3ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,62,202); }

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

background-color css

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

 a { background-color: rgb(13,62,202); }

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

border-color css

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

 span { border-color: rgb(13,62,202); }

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