Html Css Color HEX #0D38BA Persian Blue

📋 copy color: '#0D38BA'

red 13 ◦ green 56 ◦ blue 186

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

Shades of Persian Blue #0D38BA

Tints of Persian Blue #0D38BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.96%

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

R = 5.1%
G = 21.96%
B = 72.94%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D38BA (or 0x0D38BA) is known color: Persian Blue. HEX triplet: 0D, 38 and BA. RGB value is (13,56,186). Sum of RGB (Red+Green+Blue) = 13+56+186=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D38BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D38BA is #F2C745. Grayscale: #393939. Windows color (decimal): -15910726 or 12204045. OLE color: 12204045.

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

Color convert

RGB 13 56 186 -
CMYK 0.93 0.70 0 0.27
HSL 225.09º 0.87% 0.39% -
HSV(B) 225.09º 0.93% 0.73% -
XYZ 10.44 6.46 47.15 -
YUV 57.96 200.25 95.93 -
System Red Green Blue C M Y K H S L
Decimal 13 56 186 0.93 0.70 0 0.27 225.09 0.87 0.39
Hex D 38 BA 5D 46 0 1B E1 57 27
Octal 15 70 272 135 106 0 33 341 127 47
Binary 1101 111000 10111010 1011101 1000110 0 11011 11100001 1010111 100111

Color Harmonies of #0D38BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D38BA

Black with #0D38BA

Text Example


Text Example

White with #0D38BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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