Html Css Color HEX #231AB9 Persian Blue

📋 copy color: '#231AB9'

red 35 ◦ green 26 ◦ blue 185

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

Shades of Persian Blue #231AB9

Tints of Persian Blue #231AB9

RGB

 RED value IS 35 (14.06% from 255) = 14.23%

 GREEN value IS 26 (10.55% from 255) = 10.57%

 BLUE value IS 185 (72.66% from 255) = 75.2%

R = 14.23%
G = 10.57%
B = 75.2%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#231AB9 (or 0x231AB9) is known color: Persian Blue. HEX triplet: 23, 1A and B9. RGB value is (35,26,185). Sum of RGB (Red+Green+Blue) = 35+26+185=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 185 (72.66% from 255 or 75.20% from 246); Max value from RGB is 185 - color contains mainly: blue. Hex color #231AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231AB9 is #DCE546. Grayscale: #2E2E2E. Windows color (decimal): -14476615 or 12130851. OLE color: 12130851.

HSL color Cylindrical-coordinate representation of color #231AB9: hue angle of 243.4º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231AB9 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 26 185 -
CMYK 0.81 0.86 0 0.27
HSL 243.4º 0.75% 0.41% -
HSV(B) 243.4º 0.86% 0.73% -
XYZ 9.82 4.6 46.27 -
YUV 46.82 205.98 119.57 -
System Red Green Blue C M Y K H S L
Decimal 35 26 185 0.81 0.86 0 0.27 243.4 0.75 0.41
Hex 23 1A B9 51 56 0 1B F3 4B 29
Octal 43 32 271 121 126 0 33 363 113 51
Binary 100011 11010 10111001 1010001 1010110 0 11011 11110011 1001011 101001

Color Harmonies of #231AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231AB9

Black with #231AB9

Text Example


Text Example

White with #231AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231AB9; }

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

 H1.HeaderClassName
 {
   color: #231AB9;
 }
 .AnyTagClassName
 {
   color: #231AB9;
 }
</style>

background-color css

<style>
 a { background-color: #231AB9; }

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

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

border-color css

<style>
 span { border-color: #231AB9; }

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

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