Html Css Color HEX #2A069F Ultramarine

📋 copy color: '#2A069F'

red 42 ◦ green 6 ◦ blue 159

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

Shades of Ultramarine #2A069F

Tints of Ultramarine #2A069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 76.81%

R = 20.29%
G = 2.9%
B = 76.81%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2A069F (or 0x2A069F) is known color: Ultramarine. HEX triplet: 2A, 06 and 9F. RGB value is (42,6,159). Sum of RGB (Red+Green+Blue) = 42+6+159=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 159 (62.5% from 255 or 76.81% from 207); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A069F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A069F is #D5F960. Grayscale: #212121. Windows color (decimal): -14023009 or 10421802. OLE color: 10421802.

HSL color Cylindrical-coordinate representation of color #2A069F: hue angle of 254.12º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A069F is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 42 6 159 -
CMYK 0.74 0.96 0 0.38
HSL 254.12º 0.93% 0.32% -
HSV(B) 254.12º 0.96% 0.62% -
XYZ 7.28 3.13 33.02 -
YUV 34.21 198.43 133.56 -
System Red Green Blue C M Y K H S L
Decimal 42 6 159 0.74 0.96 0 0.38 254.12 0.93 0.32
Hex 2A 6 9F 4A 60 0 26 FE 5D 20
Octal 52 6 237 112 140 0 46 376 135 40
Binary 101010 110 10011111 1001010 1100000 0 100110 11111110 1011101 100000

Color Harmonies of #2A069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A069F

Black with #2A069F

Text Example


Text Example

White with #2A069F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,6,159); }

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

background-color css

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

 a { background-color: rgb(42,6,159); }

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

border-color css

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

 span { border-color: rgb(42,6,159); }

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