Html Css Color HEX #0D3FBA Persian Blue

📋 copy color: '#0D3FBA'

red 13 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #0D3FBA

Tints of Persian Blue #0D3FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 70.99%

R = 4.96%
G = 24.05%
B = 70.99%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D3FBA (or 0x0D3FBA) is known color: Persian Blue. HEX triplet: 0D, 3F and BA. RGB value is (13,63,186). Sum of RGB (Red+Green+Blue) = 13+63+186=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D3FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3FBA is #F2C045. Grayscale: #3D3D3D. Windows color (decimal): -15908934 or 12205837. OLE color: 12205837.

HSL color Cylindrical-coordinate representation of color #0D3FBA: hue angle of 222.66º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D3FBA is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 63 186 -
CMYK 0.93 0.66 0 0.27
HSL 222.66º 0.87% 0.39% -
HSV(B) 222.66º 0.93% 0.73% -
XYZ 10.81 7.19 47.27 -
YUV 62.07 197.94 93 -
System Red Green Blue C M Y K H S L
Decimal 13 63 186 0.93 0.66 0 0.27 222.66 0.87 0.39
Hex D 3F BA 5D 42 0 1B DF 57 27
Octal 15 77 272 135 102 0 33 337 127 47
Binary 1101 111111 10111010 1011101 1000010 0 11011 11011111 1010111 100111

Color Harmonies of #0D3FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3FBA

Black with #0D3FBA

Text Example


Text Example

White with #0D3FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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