Html Css Color HEX #0D1FBA Persian Blue

📋 copy color: '#0D1FBA'

red 13 ◦ green 31 ◦ blue 186

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

Shades of Persian Blue #0D1FBA

Tints of Persian Blue #0D1FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.48%

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

R = 5.65%
G = 13.48%
B = 80.87%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D1FBA (or 0x0D1FBA) is known color: Persian Blue. HEX triplet: 0D, 1F and BA. RGB value is (13,31,186). Sum of RGB (Red+Green+Blue) = 13+31+186=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D1FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1FBA is #F2E045. Grayscale: #2A2A2A. Windows color (decimal): -15917126 or 12197645. OLE color: 12197645.

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

Color convert

RGB 13 31 186 -
CMYK 0.93 0.83 0 0.27
HSL 233.76º 0.87% 0.39% -
HSV(B) 233.76º 0.93% 0.73% -
XYZ 9.52 4.61 46.84 -
YUV 43.29 208.54 106.4 -
System Red Green Blue C M Y K H S L
Decimal 13 31 186 0.93 0.83 0 0.27 233.76 0.87 0.39
Hex D 1F BA 5D 53 0 1B EA 57 27
Octal 15 37 272 135 123 0 33 352 127 47
Binary 1101 11111 10111010 1011101 1010011 0 11011 11101010 1010111 100111

Color Harmonies of #0D1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1FBA

Black with #0D1FBA

Text Example


Text Example

White with #0D1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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