Html Css Color HEX #0B34AC Egyptian Blue

📋 copy color: '#0B34AC'

red 11 ◦ green 52 ◦ blue 172

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

Shades of Egyptian Blue #0B34AC

Tints of Egyptian Blue #0B34AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.13%

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

R = 4.68%
G = 22.13%
B = 73.19%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B34AC (or 0x0B34AC) is known color: Egyptian Blue. HEX triplet: 0B, 34 and AC. RGB value is (11,52,172). Sum of RGB (Red+Green+Blue) = 11+52+172=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B34AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B34AC is #F4CB53. Grayscale: #343434. Windows color (decimal): -16042836 or 11285515. OLE color: 11285515.

HSL color Cylindrical-coordinate representation of color #0B34AC: hue angle of 224.72º 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 #0B34AC is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 52 172 -
CMYK 0.94 0.70 0 0.33
HSL 224.72º 0.88% 0.36% -
HSV(B) 224.72º 0.94% 0.67% -
XYZ 8.81 5.51 39.63 -
YUV 53.42 194.92 97.74 -
System Red Green Blue C M Y K H S L
Decimal 11 52 172 0.94 0.70 0 0.33 224.72 0.88 0.36
Hex B 34 AC 5E 46 0 21 E1 58 24
Octal 13 64 254 136 106 0 41 341 130 44
Binary 1011 110100 10101100 1011110 1000110 0 100001 11100001 1011000 100100

Color Harmonies of #0B34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B34AC

Black with #0B34AC

Text Example


Text Example

White with #0B34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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