Html Css Color HEX #1B23AF Egyptian Blue

📋 copy color: '#1B23AF'

red 27 ◦ green 35 ◦ blue 175

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

Shades of Egyptian Blue #1B23AF

Tints of Egyptian Blue #1B23AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 73.84%

R = 11.39%
G = 14.77%
B = 73.84%

CMYK

 C value IS 0.85

 M value IS 0.8

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1B23AF (or 0x1B23AF) is known color: Egyptian Blue. HEX triplet: 1B, 23 and AF. RGB value is (27,35,175). Sum of RGB (Red+Green+Blue) = 27+35+175=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B23AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B23AF is #E4DC50. Grayscale: #303030. Windows color (decimal): -14998609 or 11477787. OLE color: 11477787.

HSL color Cylindrical-coordinate representation of color #1B23AF: hue angle of 236.76º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B23AF is Cyan = 0.85, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 27 35 175 -
CMYK 0.85 0.8 0 0.31
HSL 236.76º 0.73% 0.4% -
HSV(B) 236.76º 0.85% 0.69% -
XYZ 8.79 4.53 40.97 -
YUV 48.57 199.35 112.62 -
System Red Green Blue C M Y K H S L
Decimal 27 35 175 0.85 0.8 0 0.31 236.76 0.73 0.4
Hex 1B 23 AF 55 50 0 1F ED 49 28
Octal 33 43 257 125 120 0 37 355 111 50
Binary 11011 100011 10101111 1010101 1010000 0 11111 11101101 1001001 101000

Color Harmonies of #1B23AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B23AF

Black with #1B23AF

Text Example


Text Example

White with #1B23AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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