Html Css Color HEX #23087B Persian Indigo

📋 copy color: '#23087B'

red 35 ◦ green 8 ◦ blue 123

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

Shades of Persian Indigo #23087B

Tints of Persian Indigo #23087B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.82%

 BLUE value IS 123 (48.44% from 255) = 74.1%

R = 21.08%
G = 4.82%
B = 74.1%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#23087B (or 0x23087B) is known color: Persian Indigo. HEX triplet: 23, 08 and 7B. RGB value is (35,8,123). Sum of RGB (Red+Green+Blue) = 35+8+123=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 123 (48.44% from 255 or 74.10% from 166); Max value from RGB is 123 - color contains mainly: blue. Hex color #23087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23087B is #DCF784. Grayscale: #1C1C1C. Windows color (decimal): -14481285 or 8063011. OLE color: 8063011.

HSL color Cylindrical-coordinate representation of color #23087B: hue angle of 254.09º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #23087B is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 35 8 123 -
CMYK 0.72 0.93 0 0.52
HSL 254.09º 0.88% 0.26% -
HSV(B) 254.09º 0.93% 0.48% -
XYZ 4.36 1.96 18.89 -
YUV 29.18 180.95 132.15 -
System Red Green Blue C M Y K H S L
Decimal 35 8 123 0.72 0.93 0 0.52 254.09 0.88 0.26
Hex 23 8 7B 48 5D 0 34 FE 58 1A
Octal 43 10 173 110 135 0 64 376 130 32
Binary 100011 1000 1111011 1001000 1011101 0 110100 11111110 1011000 11010

Color Harmonies of #23087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23087B

Black with #23087B

Text Example


Text Example

White with #23087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23087B; }

 p { color: rgb(35,8,123); }

 H1.HeaderClassName
 {
   color: #23087B;
 }
 .AnyTagClassName
 {
   color: #23087B;
 }
</style>

background-color css

<style>
 a { background-color: #23087B; }

 a { background-color: rgb(35,8,123); }

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

border-color css

<style>
 span { border-color: #23087B; }

 span { border-color: rgb(35,8,123); }

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