Html Css Color HEX #0B229F Egyptian Blue

📋 copy color: '#0B229F'

red 11 ◦ green 34 ◦ blue 159

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

Shades of Egyptian Blue #0B229F

Tints of Egyptian Blue #0B229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

 BLUE value IS 159 (62.5% from 255) = 77.94%

R = 5.39%
G = 16.67%
B = 77.94%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0B229F (or 0x0B229F) is known color: Egyptian Blue. HEX triplet: 0B, 22 and 9F. RGB value is (11,34,159). Sum of RGB (Red+Green+Blue) = 11+34+159=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 159 (62.5% from 255 or 77.94% from 204); Max value from RGB is 159 - color contains mainly: blue. Hex color #0B229F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B229F is #F4DD60. Grayscale: #282828. Windows color (decimal): -16047457 or 10428939. OLE color: 10428939.

HSL color Cylindrical-coordinate representation of color #0B229F: hue angle of 230.68º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B229F is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 11 34 159 -
CMYK 0.93 0.79 0 0.38
HSL 230.68º 0.87% 0.33% -
HSV(B) 230.68º 0.93% 0.62% -
XYZ 6.97 3.72 33.15 -
YUV 41.37 194.38 106.34 -
System Red Green Blue C M Y K H S L
Decimal 11 34 159 0.93 0.79 0 0.38 230.68 0.87 0.33
Hex B 22 9F 5D 4F 0 26 E7 57 21
Octal 13 42 237 135 117 0 46 347 127 41
Binary 1011 100010 10011111 1011101 1001111 0 100110 11100111 1010111 100001

Color Harmonies of #0B229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B229F

Black with #0B229F

Text Example


Text Example

White with #0B229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,34,159); }

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

background-color css

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

 a { background-color: rgb(11,34,159); }

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

border-color css

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

 span { border-color: rgb(11,34,159); }

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