Html Css Color HEX #1A3DBB Persian Blue

📋 copy color: '#1A3DBB'

red 26 ◦ green 61 ◦ blue 187

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

Shades of Persian Blue #1A3DBB

Tints of Persian Blue #1A3DBB

RGB

 RED value IS 26 (10.55% from 255) = 9.49%

 GREEN value IS 61 (24.22% from 255) = 22.26%

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

R = 9.49%
G = 22.26%
B = 68.25%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A3DBB (or 0x1A3DBB) is known color: Persian Blue. HEX triplet: 1A, 3D and BB. RGB value is (26,61,187). Sum of RGB (Red+Green+Blue) = 26+61+187=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A3DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3DBB is #E5C244. Grayscale: #404040. Windows color (decimal): -15057477 or 12270874. OLE color: 12270874.

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

Color convert

RGB 26 61 187 -
CMYK 0.86 0.67 0 0.27
HSL 226.96º 0.76% 0.42% -
HSV(B) 226.96º 0.86% 0.73% -
XYZ 11.06 7.14 47.81 -
YUV 64.9 196.9 100.25 -
System Red Green Blue C M Y K H S L
Decimal 26 61 187 0.86 0.67 0 0.27 226.96 0.76 0.42
Hex 1A 3D BB 56 43 0 1B E3 4C 2A
Octal 32 75 273 126 103 0 33 343 114 52
Binary 11010 111101 10111011 1010110 1000011 0 11011 11100011 1001100 101010

Color Harmonies of #1A3DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3DBB

Black with #1A3DBB

Text Example


Text Example

White with #1A3DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,61,187); }

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

background-color css

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

 a { background-color: rgb(26,61,187); }

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

border-color css

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

 span { border-color: rgb(26,61,187); }

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