Html Css Color HEX #2B0AAE Ultramarine

📋 copy color: '#2B0AAE'

red 43 ◦ green 10 ◦ blue 174

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

Shades of Ultramarine #2B0AAE

Tints of Ultramarine #2B0AAE

RGB

 RED value IS 43 (17.19% from 255) = 18.94%

 GREEN value IS 10 (4.3% from 255) = 4.41%

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

R = 18.94%
G = 4.41%
B = 76.65%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B0AAE (or 0x2B0AAE) is known color: Ultramarine. HEX triplet: 2B, 0A and AE. RGB value is (43,10,174). Sum of RGB (Red+Green+Blue) = 43+10+174=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 174 (68.36% from 255 or 76.65% from 227); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B0AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0AAE is #D4F551. Grayscale: #252525. Windows color (decimal): -13956434 or 11405867. OLE color: 11405867.

HSL color Cylindrical-coordinate representation of color #2B0AAE: hue angle of 252.07º degrees, saturation: 0.89, 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 #2B0AAE is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 10 174 -
CMYK 0.75 0.94 0 0.32
HSL 252.07º 0.89% 0.36% -
HSV(B) 252.07º 0.94% 0.68% -
XYZ 8.74 3.79 40.31 -
YUV 38.56 204.43 131.16 -
System Red Green Blue C M Y K H S L
Decimal 43 10 174 0.75 0.94 0 0.32 252.07 0.89 0.36
Hex 2B A AE 4B 5E 0 20 FC 59 24
Octal 53 12 256 113 136 0 40 374 131 44
Binary 101011 1010 10101110 1001011 1011110 0 100000 11111100 1011001 100100

Color Harmonies of #2B0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0AAE

Black with #2B0AAE

Text Example


Text Example

White with #2B0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B0AAE; }

 p { color: rgb(43,10,174); }

 H1.HeaderClassName
 {
   color: #2B0AAE;
 }
 .AnyTagClassName
 {
   color: #2B0AAE;
 }
</style>

background-color css

<style>
 a { background-color: #2B0AAE; }

 a { background-color: rgb(43,10,174); }

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

border-color css

<style>
 span { border-color: #2B0AAE; }

 span { border-color: rgb(43,10,174); }

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