Html Css Color HEX #0B33AE Egyptian Blue

📋 copy color: '#0B33AE'

red 11 ◦ green 51 ◦ blue 174

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

Shades of Egyptian Blue #0B33AE

Tints of Egyptian Blue #0B33AE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

 BLUE value IS 174 (68.36% from 255) = 73.73%

R = 4.66%
G = 21.61%
B = 73.73%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0B33AE (or 0x0B33AE) is known color: Egyptian Blue. HEX triplet: 0B, 33 and AE. RGB value is (11,51,174). Sum of RGB (Red+Green+Blue) = 11+51+174=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B33AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B33AE is #F4CC51. Grayscale: #343434. Windows color (decimal): -16043090 or 11416331. OLE color: 11416331.

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

Color convert

RGB 11 51 174 -
CMYK 0.94 0.71 0 0.32
HSL 225.28º 0.88% 0.36% -
HSV(B) 225.28º 0.94% 0.68% -
XYZ 8.96 5.49 40.63 -
YUV 53.06 196.25 98 -
System Red Green Blue C M Y K H S L
Decimal 11 51 174 0.94 0.71 0 0.32 225.28 0.88 0.36
Hex B 33 AE 5E 47 0 20 E1 58 24
Octal 13 63 256 136 107 0 40 341 130 44
Binary 1011 110011 10101110 1011110 1000111 0 100000 11100001 1011000 100100

Color Harmonies of #0B33AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B33AE

Black with #0B33AE

Text Example


Text Example

White with #0B33AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,51,174); }

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

background-color css

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

 a { background-color: rgb(11,51,174); }

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

border-color css

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

 span { border-color: rgb(11,51,174); }

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