Html Css Color HEX #1D068A Ultramarine

📋 copy color: '#1D068A'

red 29 ◦ green 6 ◦ blue 138

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

Shades of Ultramarine #1D068A

Tints of Ultramarine #1D068A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 79.77%

R = 16.76%
G = 3.47%
B = 79.77%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D068A (or 0x1D068A) is known color: Ultramarine. HEX triplet: 1D, 06 and 8A. RGB value is (29,6,138). Sum of RGB (Red+Green+Blue) = 29+6+138=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 138 (54.30% from 255 or 79.77% from 173); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D068A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D068A is #E2F975. Grayscale: #1B1B1B. Windows color (decimal): -14874998 or 9045533. OLE color: 9045533.

HSL color Cylindrical-coordinate representation of color #1D068A: hue angle of 250.45º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D068A is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 6 138 -
CMYK 0.79 0.96 0 0.46
HSL 250.45º 0.92% 0.28% -
HSV(B) 250.45º 0.96% 0.54% -
XYZ 5.16 2.23 24.2 -
YUV 27.93 190.12 128.77 -
System Red Green Blue C M Y K H S L
Decimal 29 6 138 0.79 0.96 0 0.46 250.45 0.92 0.28
Hex 1D 6 8A 4F 60 0 2E FA 5C 1C
Octal 35 6 212 117 140 0 56 372 134 34
Binary 11101 110 10001010 1001111 1100000 0 101110 11111010 1011100 11100

Color Harmonies of #1D068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D068A

Black with #1D068A

Text Example


Text Example

White with #1D068A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,6,138); }

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

background-color css

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

 a { background-color: rgb(29,6,138); }

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

border-color css

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

 span { border-color: rgb(29,6,138); }

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