Html Css Color HEX #0B23AC Egyptian Blue

📋 copy color: '#0B23AC'

red 11 ◦ green 35 ◦ blue 172

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

Shades of Egyptian Blue #0B23AC

Tints of Egyptian Blue #0B23AC

RGB

 RED value IS 11 (4.69% from 255) = 5.05%

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

 BLUE value IS 172 (67.58% from 255) = 78.9%

R = 5.05%
G = 16.06%
B = 78.9%

CMYK

 C value IS 0.94

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B23AC (or 0x0B23AC) is known color: Egyptian Blue. HEX triplet: 0B, 23 and AC. RGB value is (11,35,172). Sum of RGB (Red+Green+Blue) = 11+35+172=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B23AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B23AC is #F4DC53. Grayscale: #2A2A2A. Windows color (decimal): -16047188 or 11281163. OLE color: 11281163.

HSL color Cylindrical-coordinate representation of color #0B23AC: hue angle of 231.06º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B23AC is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 35 172 -
CMYK 0.94 0.80 0 0.33
HSL 231.06º 0.88% 0.36% -
HSV(B) 231.06º 0.94% 0.67% -
XYZ 8.19 4.25 39.42 -
YUV 43.44 200.55 104.86 -
System Red Green Blue C M Y K H S L
Decimal 11 35 172 0.94 0.80 0 0.33 231.06 0.88 0.36
Hex B 23 AC 5E 50 0 21 E7 58 24
Octal 13 43 254 136 120 0 41 347 130 44
Binary 1011 100011 10101100 1011110 1010000 0 100001 11100111 1011000 100100

Color Harmonies of #0B23AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B23AC

Black with #0B23AC

Text Example


Text Example

White with #0B23AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B23AC; }

 p { color: rgb(11,35,172); }

 H1.HeaderClassName
 {
   color: #0B23AC;
 }
 .AnyTagClassName
 {
   color: #0B23AC;
 }
</style>

background-color css

<style>
 a { background-color: #0B23AC; }

 a { background-color: rgb(11,35,172); }

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

border-color css

<style>
 span { border-color: #0B23AC; }

 span { border-color: rgb(11,35,172); }

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