Html Css Color HEX #0D2EBA Persian Blue

📋 copy color: '#0D2EBA'

red 13 ◦ green 46 ◦ blue 186

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

Shades of Persian Blue #0D2EBA

Tints of Persian Blue #0D2EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.78%

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

R = 5.31%
G = 18.78%
B = 75.92%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D2EBA (or 0x0D2EBA) is known color: Persian Blue. HEX triplet: 0D, 2E and BA. RGB value is (13,46,186). Sum of RGB (Red+Green+Blue) = 13+46+186=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D2EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2EBA is #F2D145. Grayscale: #333333. Windows color (decimal): -15913286 or 12201485. OLE color: 12201485.

HSL color Cylindrical-coordinate representation of color #0D2EBA: hue angle of 228.55º 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 #0D2EBA is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 46 186 -
CMYK 0.93 0.75 0 0.27
HSL 228.55º 0.87% 0.39% -
HSV(B) 228.55º 0.93% 0.73% -
XYZ 10.01 5.58 47 -
YUV 52.09 203.57 100.12 -
System Red Green Blue C M Y K H S L
Decimal 13 46 186 0.93 0.75 0 0.27 228.55 0.87 0.39
Hex D 2E BA 5D 4B 0 1B E5 57 27
Octal 15 56 272 135 113 0 33 345 127 47
Binary 1101 101110 10111010 1011101 1001011 0 11011 11100101 1010111 100111

Color Harmonies of #0D2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2EBA

Black with #0D2EBA

Text Example


Text Example

White with #0D2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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