Html Css Color HEX #2B02AF Ultramarine

📋 copy color: '#2B02AF'

red 43 ◦ green 2 ◦ blue 175

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

Shades of Ultramarine #2B02AF

Tints of Ultramarine #2B02AF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 175 (68.75% from 255) = 79.55%

R = 19.55%
G = 0.91%
B = 79.55%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2B02AF (or 0x2B02AF) is known color: Ultramarine. HEX triplet: 2B, 02 and AF. RGB value is (43,2,175). Sum of RGB (Red+Green+Blue) = 43+2+175=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 175 (68.75% from 255 or 79.55% from 220); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B02AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B02AF is #D4FD50. Grayscale: #212121. Windows color (decimal): -13958481 or 11469355. OLE color: 11469355.

HSL color Cylindrical-coordinate representation of color #2B02AF: hue angle of 254.22º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B02AF is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 43 2 175 -
CMYK 0.75 0.99 0 0.31
HSL 254.22º 0.98% 0.35% -
HSV(B) 254.22º 0.99% 0.69% -
XYZ 8.76 3.65 40.8 -
YUV 33.98 207.58 134.43 -
System Red Green Blue C M Y K H S L
Decimal 43 2 175 0.75 0.99 0 0.31 254.22 0.98 0.35
Hex 2B 2 AF 4B 63 0 1F FE 62 23
Octal 53 2 257 113 143 0 37 376 142 43
Binary 101011 10 10101111 1001011 1100011 0 11111 11111110 1100010 100011

Color Harmonies of #2B02AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B02AF

Black with #2B02AF

Text Example


Text Example

White with #2B02AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,2,175); }

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

background-color css

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

 a { background-color: rgb(43,2,175); }

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

border-color css

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

 span { border-color: rgb(43,2,175); }

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