Html Css Color HEX #1D029C Ultramarine

📋 copy color: '#1D029C'

red 29 ◦ green 2 ◦ blue 156

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

Shades of Ultramarine #1D029C

Tints of Ultramarine #1D029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 83.42%

R = 15.51%
G = 1.07%
B = 83.42%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1D029C (or 0x1D029C) is known color: Ultramarine. HEX triplet: 1D, 02 and 9C. RGB value is (29,2,156). Sum of RGB (Red+Green+Blue) = 29+2+156=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 156 (61.33% from 255 or 83.42% from 187); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D029C is #E2FD63. Grayscale: #1B1B1B. Windows color (decimal): -14876004 or 10224157. OLE color: 10224157.

HSL color Cylindrical-coordinate representation of color #1D029C: hue angle of 250.52º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D029C is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 29 2 156 -
CMYK 0.81 0.99 0 0.39
HSL 250.52º 0.97% 0.31% -
HSV(B) 250.52º 0.99% 0.61% -
XYZ 6.53 2.7 31.63 -
YUV 27.63 200.45 128.98 -
System Red Green Blue C M Y K H S L
Decimal 29 2 156 0.81 0.99 0 0.39 250.52 0.97 0.31
Hex 1D 2 9C 51 63 0 27 FB 61 1F
Octal 35 2 234 121 143 0 47 373 141 37
Binary 11101 10 10011100 1010001 1100011 0 100111 11111011 1100001 11111

Color Harmonies of #1D029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D029C

Black with #1D029C

Text Example


Text Example

White with #1D029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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