Html Css Color HEX #2B04A0 Ultramarine

📋 copy color: '#2B04A0'

red 43 ◦ green 4 ◦ blue 160

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

Shades of Ultramarine #2B04A0

Tints of Ultramarine #2B04A0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

 BLUE value IS 160 (62.89% from 255) = 77.29%

R = 20.77%
G = 1.93%
B = 77.29%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2B04A0 (or 0x2B04A0) is known color: Ultramarine. HEX triplet: 2B, 04 and A0. RGB value is (43,4,160). Sum of RGB (Red+Green+Blue) = 43+4+160=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 160 (62.89% from 255 or 77.29% from 207); Max value from RGB is 160 - color contains mainly: blue. Hex color #2B04A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B04A0 is #D4FB5F. Grayscale: #202020. Windows color (decimal): -13957984 or 10486827. OLE color: 10486827.

HSL color Cylindrical-coordinate representation of color #2B04A0: hue angle of 255º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B04A0 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 43 4 160 -
CMYK 0.73 0.98 0 0.37
HSL 255º 0.95% 0.32% -
HSV(B) 255º 0.98% 0.63% -
XYZ 7.38 3.14 33.47 -
YUV 33.45 199.42 134.82 -
System Red Green Blue C M Y K H S L
Decimal 43 4 160 0.73 0.98 0 0.37 255 0.95 0.32
Hex 2B 4 A0 49 62 0 25 FF 5F 20
Octal 53 4 240 111 142 0 45 377 137 40
Binary 101011 100 10100000 1001001 1100010 0 100101 11111111 1011111 100000

Color Harmonies of #2B04A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B04A0

Black with #2B04A0

Text Example


Text Example

White with #2B04A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,4,160); }

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

background-color css

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

 a { background-color: rgb(43,4,160); }

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

border-color css

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

 span { border-color: rgb(43,4,160); }

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