Html Css Color HEX #1A23BE Persian Blue

📋 copy color: '#1A23BE'

red 26 ◦ green 35 ◦ blue 190

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

Shades of Persian Blue #1A23BE

Tints of Persian Blue #1A23BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 75.7%

R = 10.36%
G = 13.94%
B = 75.7%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A23BE (or 0x1A23BE) is known color: Persian Blue. HEX triplet: 1A, 23 and BE. RGB value is (26,35,190). Sum of RGB (Red+Green+Blue) = 26+35+190=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 190 (74.61% from 255 or 75.70% from 251); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A23BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A23BE is #E5DC41. Grayscale: #313131. Windows color (decimal): -15064130 or 12460826. OLE color: 12460826.

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

Color convert

RGB 26 35 190 -
CMYK 0.86 0.82 0 0.25
HSL 236.71º 0.76% 0.42% -
HSV(B) 236.71º 0.86% 0.75% -
XYZ 10.32 5.14 49.16 -
YUV 49.98 207.02 110.9 -
System Red Green Blue C M Y K H S L
Decimal 26 35 190 0.86 0.82 0 0.25 236.71 0.76 0.42
Hex 1A 23 BE 56 52 0 19 ED 4C 2A
Octal 32 43 276 126 122 0 31 355 114 52
Binary 11010 100011 10111110 1010110 1010010 0 11001 11101101 1001100 101010

Color Harmonies of #1A23BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A23BE

Black with #1A23BE

Text Example


Text Example

White with #1A23BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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