Html Css Color HEX #0D1BA6 Egyptian Blue

📋 copy color: '#0D1BA6'

red 13 ◦ green 27 ◦ blue 166

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

Shades of Egyptian Blue #0D1BA6

Tints of Egyptian Blue #0D1BA6

RGB

 RED value IS 13 (5.47% from 255) = 6.31%

 GREEN value IS 27 (10.94% from 255) = 13.11%

 BLUE value IS 166 (65.23% from 255) = 80.58%

R = 6.31%
G = 13.11%
B = 80.58%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0D1BA6 (or 0x0D1BA6) is known color: Egyptian Blue. HEX triplet: 0D, 1B and A6. RGB value is (13,27,166). Sum of RGB (Red+Green+Blue) = 13+27+166=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 166 (65.23% from 255 or 80.58% from 206); Max value from RGB is 166 - color contains mainly: blue. Hex color #0D1BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1BA6 is #F2E459. Grayscale: #262626. Windows color (decimal): -15918170 or 10885901. OLE color: 10885901.

HSL color Cylindrical-coordinate representation of color #0D1BA6: hue angle of 234.51º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D1BA6 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 13 27 166 -
CMYK 0.92 0.84 0 0.35
HSL 234.51º 0.85% 0.35% -
HSV(B) 234.51º 0.92% 0.65% -
XYZ 7.44 3.62 36.38 -
YUV 38.66 199.86 109.7 -
System Red Green Blue C M Y K H S L
Decimal 13 27 166 0.92 0.84 0 0.35 234.51 0.85 0.35
Hex D 1B A6 5C 54 0 23 EB 55 23
Octal 15 33 246 134 124 0 43 353 125 43
Binary 1101 11011 10100110 1011100 1010100 0 100011 11101011 1010101 100011

Color Harmonies of #0D1BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1BA6

Black with #0D1BA6

Text Example


Text Example

White with #0D1BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,27,166); }

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

background-color css

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

 a { background-color: rgb(13,27,166); }

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

border-color css

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

 span { border-color: rgb(13,27,166); }

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