Html Css Color HEX #0D3FBB Persian Blue

📋 copy color: '#0D3FBB'

red 13 ◦ green 63 ◦ blue 187

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

Shades of Persian Blue #0D3FBB

Tints of Persian Blue #0D3FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 71.1%

R = 4.94%
G = 23.95%
B = 71.1%

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

#0D3FBB (or 0x0D3FBB) is known color: Persian Blue. HEX triplet: 0D, 3F and BB. RGB value is (13,63,187). Sum of RGB (Red+Green+Blue) = 13+63+187=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #0D3FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3FBB is #F2C044. Grayscale: #3D3D3D. Windows color (decimal): -15908933 or 12271373. OLE color: 12271373.

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

Color convert

RGB 13 63 187 -
CMYK 0.93 0.66 0 0.27
HSL 222.76º 0.87% 0.39% -
HSV(B) 222.76º 0.93% 0.73% -
XYZ 10.91 7.23 47.83 -
YUV 62.19 198.44 92.92 -
System Red Green Blue C M Y K H S L
Decimal 13 63 187 0.93 0.66 0 0.27 222.76 0.87 0.39
Hex D 3F BB 5D 42 0 1B DF 57 27
Octal 15 77 273 135 102 0 33 337 127 47
Binary 1101 111111 10111011 1011101 1000010 0 11011 11011111 1010111 100111

Color Harmonies of #0D3FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3FBB

Black with #0D3FBB

Text Example


Text Example

White with #0D3FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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