Html Css Color HEX #2A13AF Ultramarine

📋 copy color: '#2A13AF'

red 42 ◦ green 19 ◦ blue 175

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

Shades of Ultramarine #2A13AF

Tints of Ultramarine #2A13AF

RGB

 RED value IS 42 (16.8% from 255) = 17.8%

 GREEN value IS 19 (7.81% from 255) = 8.05%

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

R = 17.8%
G = 8.05%
B = 74.15%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2A13AF (or 0x2A13AF) is known color: Ultramarine. HEX triplet: 2A, 13 and AF. RGB value is (42,19,175). Sum of RGB (Red+Green+Blue) = 42+19+175=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #2A13AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A13AF is #D5EC50. Grayscale: #2B2B2B. Windows color (decimal): -14019665 or 11473706. OLE color: 11473706.

HSL color Cylindrical-coordinate representation of color #2A13AF: hue angle of 248.85º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A13AF is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 42 19 175 -
CMYK 0.76 0.89 0 0.31
HSL 248.85º 0.8% 0.38% -
HSV(B) 248.85º 0.89% 0.69% -
XYZ 8.93 4.05 40.87 -
YUV 43.66 202.12 126.82 -
System Red Green Blue C M Y K H S L
Decimal 42 19 175 0.76 0.89 0 0.31 248.85 0.8 0.38
Hex 2A 13 AF 4C 59 0 1F F9 50 26
Octal 52 23 257 114 131 0 37 371 120 46
Binary 101010 10011 10101111 1001100 1011001 0 11111 11111001 1010000 100110

Color Harmonies of #2A13AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A13AF

Black with #2A13AF

Text Example


Text Example

White with #2A13AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,19,175); }

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

background-color css

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

 a { background-color: rgb(42,19,175); }

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

border-color css

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

 span { border-color: rgb(42,19,175); }

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