Html Css Color HEX #1D0CAF Ultramarine

📋 copy color: '#1D0CAF'

red 29 ◦ green 12 ◦ blue 175

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

Shades of Ultramarine #1D0CAF

Tints of Ultramarine #1D0CAF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.56%

 BLUE value IS 175 (68.75% from 255) = 81.02%

R = 13.43%
G = 5.56%
B = 81.02%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1D0CAF (or 0x1D0CAF) is known color: Ultramarine. HEX triplet: 1D, 0C and AF. RGB value is (29,12,175). Sum of RGB (Red+Green+Blue) = 29+12+175=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 175 (68.75% from 255 or 81.02% from 216); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D0CAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0CAF is #E2F350. Grayscale: #232323. Windows color (decimal): -14873425 or 11471901. OLE color: 11471901.

HSL color Cylindrical-coordinate representation of color #1D0CAF: hue angle of 246.26º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0CAF is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 12 175 -
CMYK 0.83 0.93 0 0.31
HSL 246.26º 0.87% 0.37% -
HSV(B) 246.26º 0.93% 0.69% -
XYZ 8.38 3.62 40.81 -
YUV 35.67 206.63 123.25 -
System Red Green Blue C M Y K H S L
Decimal 29 12 175 0.83 0.93 0 0.31 246.26 0.87 0.37
Hex 1D C AF 53 5D 0 1F F6 57 25
Octal 35 14 257 123 135 0 37 366 127 45
Binary 11101 1100 10101111 1010011 1011101 0 11111 11110110 1010111 100101

Color Harmonies of #1D0CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0CAF

Black with #1D0CAF

Text Example


Text Example

White with #1D0CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,12,175); }

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

background-color css

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

 a { background-color: rgb(29,12,175); }

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

border-color css

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

 span { border-color: rgb(29,12,175); }

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