Html Css Color HEX #1D029F Ultramarine

📋 copy color: '#1D029F'

red 29 ◦ green 2 ◦ blue 159

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

Shades of Ultramarine #1D029F

Tints of Ultramarine #1D029F

RGB

 RED value IS 29 (11.72% from 255) = 15.26%

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

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

R = 15.26%
G = 1.05%
B = 83.68%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D029F (or 0x1D029F) is known color: Ultramarine. HEX triplet: 1D, 02 and 9F. RGB value is (29,2,159). Sum of RGB (Red+Green+Blue) = 29+2+159=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 159 (62.5% from 255 or 83.68% from 190); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D029F is #E2FD60. Grayscale: #1B1B1B. Windows color (decimal): -14876001 or 10420765. OLE color: 10420765.

HSL color Cylindrical-coordinate representation of color #1D029F: hue angle of 250.32º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D029F is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 2 159 -
CMYK 0.82 0.99 0 0.38
HSL 250.32º 0.98% 0.32% -
HSV(B) 250.32º 0.99% 0.62% -
XYZ 6.79 2.81 32.99 -
YUV 27.97 201.95 128.73 -
System Red Green Blue C M Y K H S L
Decimal 29 2 159 0.82 0.99 0 0.38 250.32 0.98 0.32
Hex 1D 2 9F 52 63 0 26 FA 62 20
Octal 35 2 237 122 143 0 46 372 142 40
Binary 11101 10 10011111 1010010 1100011 0 100110 11111010 1100010 100000

Color Harmonies of #1D029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D029F

Black with #1D029F

Text Example


Text Example

White with #1D029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D029F; }

 p { color: rgb(29,2,159); }

 H1.HeaderClassName
 {
   color: #1D029F;
 }
 .AnyTagClassName
 {
   color: #1D029F;
 }
</style>

background-color css

<style>
 a { background-color: #1D029F; }

 a { background-color: rgb(29,2,159); }

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

border-color css

<style>
 span { border-color: #1D029F; }

 span { border-color: rgb(29,2,159); }

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