Html Css Color HEX #0D3FFA Persian Blue

📋 copy color: '#0D3FFA'

red 13 ◦ green 63 ◦ blue 250

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

Shades of Persian Blue #0D3FFA

Tints of Persian Blue #0D3FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 19.33%

 BLUE value IS 250 (98.05% from 255) = 76.69%

R = 3.99%
G = 19.33%
B = 76.69%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0D3FFA (or 0x0D3FFA) is known color: Persian Blue. HEX triplet: 0D, 3F and FA. RGB value is (13,63,250). Sum of RGB (Red+Green+Blue) = 13+63+250=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 250 (98.05% from 255 or 76.69% from 326); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D3FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D3FFA is #F2C005. Grayscale: #444444. Windows color (decimal): -15908870 or 16400141. OLE color: 16400141.

HSL color Cylindrical-coordinate representation of color #0D3FFA: hue angle of 227.34º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D3FFA is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 63 250 -
CMYK 0.95 0.75 0 0.02
HSL 227.34º 0.96% 0.52% -
HSV(B) 227.34º 0.95% 0.98% -
XYZ 19.2 10.54 91.47 -
YUV 69.37 229.94 87.79 -
System Red Green Blue C M Y K H S L
Decimal 13 63 250 0.95 0.75 0 0.02 227.34 0.96 0.52
Hex D 3F FA 5F 4B 0 2 E3 60 34
Octal 15 77 372 137 113 0 2 343 140 64
Binary 1101 111111 11111010 1011111 1001011 0 10 11100011 1100000 110100

Color Harmonies of #0D3FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3FFA

Black with #0D3FFA

Text Example


Text Example

White with #0D3FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,63,250); }

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

background-color css

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

 a { background-color: rgb(13,63,250); }

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

border-color css

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

 span { border-color: rgb(13,63,250); }

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