Html Css Color HEX #2B0699 Ultramarine

📋 copy color: '#2B0699'

red 43 ◦ green 6 ◦ blue 153

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

Shades of Ultramarine #2B0699

Tints of Ultramarine #2B0699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.97%

 BLUE value IS 153 (60.16% from 255) = 75.74%

R = 21.29%
G = 2.97%
B = 75.74%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2B0699 (or 0x2B0699) is known color: Ultramarine. HEX triplet: 2B, 06 and 99. RGB value is (43,6,153). Sum of RGB (Red+Green+Blue) = 43+6+153=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 153 (60.16% from 255 or 75.74% from 202); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B0699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0699 is #D4F966. Grayscale: #212121. Windows color (decimal): -13957479 or 10028587. OLE color: 10028587.

HSL color Cylindrical-coordinate representation of color #2B0699: hue angle of 255.1º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B0699 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 43 6 153 -
CMYK 0.72 0.96 0 0.4
HSL 255.1º 0.92% 0.31% -
HSV(B) 255.1º 0.96% 0.6% -
XYZ 6.81 2.94 30.35 -
YUV 33.82 195.26 134.55 -
System Red Green Blue C M Y K H S L
Decimal 43 6 153 0.72 0.96 0 0.4 255.1 0.92 0.31
Hex 2B 6 99 48 60 0 28 FF 5C 1F
Octal 53 6 231 110 140 0 50 377 134 37
Binary 101011 110 10011001 1001000 1100000 0 101000 11111111 1011100 11111

Color Harmonies of #2B0699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0699

Black with #2B0699

Text Example


Text Example

White with #2B0699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,6,153); }

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

background-color css

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

 a { background-color: rgb(43,6,153); }

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

border-color css

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

 span { border-color: rgb(43,6,153); }

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