Html Css Color HEX #1D3FBB Persian Blue

📋 copy color: '#1D3FBB'

red 29 ◦ green 63 ◦ blue 187

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

Shades of Persian Blue #1D3FBB

Tints of Persian Blue #1D3FBB

RGB

 RED value IS 29 (11.72% from 255) = 10.39%

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

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

R = 10.39%
G = 22.58%
B = 67.03%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D3FBB (or 0x1D3FBB) is known color: Persian Blue. HEX triplet: 1D, 3F and BB. RGB value is (29,63,187). Sum of RGB (Red+Green+Blue) = 29+63+187=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D3FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3FBB is #E2C044. Grayscale: #424242. Windows color (decimal): -14860357 or 12271389. OLE color: 12271389.

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

Color convert

RGB 29 63 187 -
CMYK 0.84 0.66 0 0.27
HSL 227.09º 0.73% 0.42% -
HSV(B) 227.09º 0.84% 0.73% -
XYZ 11.25 7.4 47.85 -
YUV 66.97 195.74 100.92 -
System Red Green Blue C M Y K H S L
Decimal 29 63 187 0.84 0.66 0 0.27 227.09 0.73 0.42
Hex 1D 3F BB 54 42 0 1B E3 49 2A
Octal 35 77 273 124 102 0 33 343 111 52
Binary 11101 111111 10111011 1010100 1000010 0 11011 11100011 1001001 101010

Color Harmonies of #1D3FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3FBB

Black with #1D3FBB

Text Example


Text Example

White with #1D3FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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