Html Css Color HEX #1D3EBB Persian Blue

📋 copy color: '#1D3EBB'

red 29 ◦ green 62 ◦ blue 187

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

Shades of Persian Blue #1D3EBB

Tints of Persian Blue #1D3EBB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.3%

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

R = 10.43%
G = 22.3%
B = 67.27%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D3EBB (or 0x1D3EBB) is known color: Persian Blue. HEX triplet: 1D, 3E and BB. RGB value is (29,62,187). Sum of RGB (Red+Green+Blue) = 29+62+187=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D3EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3EBB is #E2C144. Grayscale: #414141. Windows color (decimal): -14860613 or 12271133. OLE color: 12271133.

HSL color Cylindrical-coordinate representation of color #1D3EBB: hue angle of 227.47º 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 #1D3EBB is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 62 187 -
CMYK 0.84 0.67 0 0.27
HSL 227.47º 0.73% 0.42% -
HSV(B) 227.47º 0.84% 0.73% -
XYZ 11.2 7.29 47.83 -
YUV 66.38 196.07 101.34 -
System Red Green Blue C M Y K H S L
Decimal 29 62 187 0.84 0.67 0 0.27 227.47 0.73 0.42
Hex 1D 3E BB 54 43 0 1B E3 49 2A
Octal 35 76 273 124 103 0 33 343 111 52
Binary 11101 111110 10111011 1010100 1000011 0 11011 11100011 1001001 101010

Color Harmonies of #1D3EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3EBB

Black with #1D3EBB

Text Example


Text Example

White with #1D3EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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