Html Css Color HEX #1B23CE Persian Blue

📋 copy color: '#1B23CE'

red 27 ◦ green 35 ◦ blue 206

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

Shades of Persian Blue #1B23CE

Tints of Persian Blue #1B23CE

RGB

 RED value IS 27 (10.94% from 255) = 10.07%

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

 BLUE value IS 206 (80.86% from 255) = 76.87%

R = 10.07%
G = 13.06%
B = 76.87%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1B23CE (or 0x1B23CE) is known color: Persian Blue. HEX triplet: 1B, 23 and CE. RGB value is (27,35,206). Sum of RGB (Red+Green+Blue) = 27+35+206=268 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.07% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B23CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B23CE is #E4DC31. Grayscale: #333333. Windows color (decimal): -14998578 or 13509403. OLE color: 13509403.

HSL color Cylindrical-coordinate representation of color #1B23CE: hue angle of 237.32º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B23CE is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 27 35 206 -
CMYK 0.87 0.83 0 0.19
HSL 237.32º 0.77% 0.46% -
HSV(B) 237.32º 0.87% 0.81% -
XYZ 12.19 5.89 58.89 -
YUV 52.1 214.85 110.1 -
System Red Green Blue C M Y K H S L
Decimal 27 35 206 0.87 0.83 0 0.19 237.32 0.77 0.46
Hex 1B 23 CE 57 53 0 13 ED 4D 2E
Octal 33 43 316 127 123 0 23 355 115 56
Binary 11011 100011 11001110 1010111 1010011 0 10011 11101101 1001101 101110

Color Harmonies of #1B23CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B23CE

Black with #1B23CE

Text Example


Text Example

White with #1B23CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,35,206); }

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

background-color css

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

 a { background-color: rgb(27,35,206); }

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

border-color css

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

 span { border-color: rgb(27,35,206); }

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