Html Css Color HEX #1A23BB Persian Blue

📋 copy color: '#1A23BB'

red 26 ◦ green 35 ◦ blue 187

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

Shades of Persian Blue #1A23BB

Tints of Persian Blue #1A23BB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.11%

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

R = 10.48%
G = 14.11%
B = 75.4%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A23BB (or 0x1A23BB) is known color: Persian Blue. HEX triplet: 1A, 23 and BB. RGB value is (26,35,187). Sum of RGB (Red+Green+Blue) = 26+35+187=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A23BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A23BB is #E5DC44. Grayscale: #313131. Windows color (decimal): -15064133 or 12264218. OLE color: 12264218.

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

Color convert

RGB 26 35 187 -
CMYK 0.86 0.81 0 0.27
HSL 236.65º 0.76% 0.42% -
HSV(B) 236.65º 0.86% 0.73% -
XYZ 10 5.01 47.45 -
YUV 49.64 205.52 111.14 -
System Red Green Blue C M Y K H S L
Decimal 26 35 187 0.86 0.81 0 0.27 236.65 0.76 0.42
Hex 1A 23 BB 56 51 0 1B ED 4C 2A
Octal 32 43 273 126 121 0 33 355 114 52
Binary 11010 100011 10111011 1010110 1010001 0 11011 11101101 1001100 101010

Color Harmonies of #1A23BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A23BB

Black with #1A23BB

Text Example


Text Example

White with #1A23BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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