Html Css Color HEX #2B07AA Ultramarine

📋 copy color: '#2B07AA'

red 43 ◦ green 7 ◦ blue 170

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

Shades of Ultramarine #2B07AA

Tints of Ultramarine #2B07AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.18%

 BLUE value IS 170 (66.8% from 255) = 77.27%

R = 19.55%
G = 3.18%
B = 77.27%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B07AA (or 0x2B07AA) is known color: Ultramarine. HEX triplet: 2B, 07 and AA. RGB value is (43,7,170). Sum of RGB (Red+Green+Blue) = 43+7+170=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 170 (66.80% from 255 or 77.27% from 220); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B07AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B07AA is #D4F855. Grayscale: #232323. Windows color (decimal): -13957206 or 11142955. OLE color: 11142955.

HSL color Cylindrical-coordinate representation of color #2B07AA: hue angle of 253.25º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B07AA is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 7 170 -
CMYK 0.75 0.96 0 0.33
HSL 253.25º 0.92% 0.35% -
HSV(B) 253.25º 0.96% 0.67% -
XYZ 8.33 3.57 38.28 -
YUV 36.35 203.43 132.75 -
System Red Green Blue C M Y K H S L
Decimal 43 7 170 0.75 0.96 0 0.33 253.25 0.92 0.35
Hex 2B 7 AA 4B 60 0 21 FD 5C 23
Octal 53 7 252 113 140 0 41 375 134 43
Binary 101011 111 10101010 1001011 1100000 0 100001 11111101 1011100 100011

Color Harmonies of #2B07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B07AA

Black with #2B07AA

Text Example


Text Example

White with #2B07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,7,170); }

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

background-color css

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

 a { background-color: rgb(43,7,170); }

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

border-color css

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

 span { border-color: rgb(43,7,170); }

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