Html Css Color HEX #2D079D Ultramarine

📋 copy color: '#2D079D'

red 45 ◦ green 7 ◦ blue 157

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

Shades of Ultramarine #2D079D

Tints of Ultramarine #2D079D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 75.12%

R = 21.53%
G = 3.35%
B = 75.12%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2D079D (or 0x2D079D) is known color: Ultramarine. HEX triplet: 2D, 07 and 9D. RGB value is (45,7,157). Sum of RGB (Red+Green+Blue) = 45+7+157=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 157 (61.72% from 255 or 75.12% from 209); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D079D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D079D is #D2F862. Grayscale: #222222. Windows color (decimal): -13826147 or 10290989. OLE color: 10290989.

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

Color convert

RGB 45 7 157 -
CMYK 0.71 0.96 0 0.38
HSL 255.2º 0.91% 0.32% -
HSV(B) 255.2º 0.96% 0.62% -
XYZ 7.24 3.14 32.12 -
YUV 35.46 196.59 134.8 -
System Red Green Blue C M Y K H S L
Decimal 45 7 157 0.71 0.96 0 0.38 255.2 0.91 0.32
Hex 2D 7 9D 47 60 0 26 FF 5B 20
Octal 55 7 235 107 140 0 46 377 133 40
Binary 101101 111 10011101 1000111 1100000 0 100110 11111111 1011011 100000

Color Harmonies of #2D079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D079D

Black with #2D079D

Text Example


Text Example

White with #2D079D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,7,157); }

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

background-color css

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

 a { background-color: rgb(45,7,157); }

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

border-color css

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

 span { border-color: rgb(45,7,157); }

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