Html Css Color HEX #0B3CAC Egyptian Blue

📋 copy color: '#0B3CAC'

red 11 ◦ green 60 ◦ blue 172

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

Shades of Egyptian Blue #0B3CAC

Tints of Egyptian Blue #0B3CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.69%

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

R = 4.53%
G = 24.69%
B = 70.78%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B3CAC (or 0x0B3CAC) is known color: Egyptian Blue. HEX triplet: 0B, 3C and AC. RGB value is (11,60,172). Sum of RGB (Red+Green+Blue) = 11+60+172=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B3CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3CAC is #F4C353. Grayscale: #393939. Windows color (decimal): -16040788 or 11287563. OLE color: 11287563.

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

Color convert

RGB 11 60 172 -
CMYK 0.94 0.65 0 0.33
HSL 221.74º 0.88% 0.36% -
HSV(B) 221.74º 0.94% 0.67% -
XYZ 9.2 6.28 39.76 -
YUV 58.12 192.27 94.39 -
System Red Green Blue C M Y K H S L
Decimal 11 60 172 0.94 0.65 0 0.33 221.74 0.88 0.36
Hex B 3C AC 5E 41 0 21 DE 58 24
Octal 13 74 254 136 101 0 41 336 130 44
Binary 1011 111100 10101100 1011110 1000001 0 100001 11011110 1011000 100100

Color Harmonies of #0B3CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3CAC

Black with #0B3CAC

Text Example


Text Example

White with #0B3CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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