Html Css Color HEX #2D069A Ultramarine

📋 copy color: '#2D069A'

red 45 ◦ green 6 ◦ blue 154

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

Shades of Ultramarine #2D069A

Tints of Ultramarine #2D069A

RGB

 RED value IS 45 (17.97% from 255) = 21.95%

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

 BLUE value IS 154 (60.55% from 255) = 75.12%

R = 21.95%
G = 2.93%
B = 75.12%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2D069A (or 0x2D069A) is known color: Ultramarine. HEX triplet: 2D, 06 and 9A. RGB value is (45,6,154). Sum of RGB (Red+Green+Blue) = 45+6+154=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 154 (60.55% from 255 or 75.12% from 205); Max value from RGB is 154 - color contains mainly: blue. Hex color #2D069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D069A is #D2F965. Grayscale: #212121. Windows color (decimal): -13826406 or 10094125. OLE color: 10094125.

HSL color Cylindrical-coordinate representation of color #2D069A: hue angle of 255.81º degrees, saturation: 0.93, 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 #2D069A is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 45 6 154 -
CMYK 0.71 0.96 0 0.40
HSL 255.81º 0.93% 0.31% -
HSV(B) 255.81º 0.96% 0.6% -
XYZ 6.98 3.02 30.79 -
YUV 34.53 195.42 135.47 -
System Red Green Blue C M Y K H S L
Decimal 45 6 154 0.71 0.96 0 0.40 255.81 0.93 0.31
Hex 2D 6 9A 47 60 0 28 100 5C 1F
Octal 55 6 232 107 140 0 50 400 134 37
Binary 101101 110 10011010 1000111 1100000 0 101000 100000000 1011100 11111

Color Harmonies of #2D069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D069A

Black with #2D069A

Text Example


Text Example

White with #2D069A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,6,154); }

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

background-color css

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

 a { background-color: rgb(45,6,154); }

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

border-color css

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

 span { border-color: rgb(45,6,154); }

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