Html Css Color HEX #1D0FAF Ultramarine

📋 copy color: '#1D0FAF'

red 29 ◦ green 15 ◦ blue 175

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

Shades of Ultramarine #1D0FAF

Tints of Ultramarine #1D0FAF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.85%

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

R = 13.24%
G = 6.85%
B = 79.91%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1D0FAF (or 0x1D0FAF) is known color: Ultramarine. HEX triplet: 1D, 0F and AF. RGB value is (29,15,175). Sum of RGB (Red+Green+Blue) = 29+15+175=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 175 (68.75% from 255 or 79.91% from 219); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D0FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0FAF is #E2F050. Grayscale: #242424. Windows color (decimal): -14872657 or 11472669. OLE color: 11472669.

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

Color convert

RGB 29 15 175 -
CMYK 0.83 0.91 0 0.31
HSL 245.25º 0.84% 0.37% -
HSV(B) 245.25º 0.91% 0.69% -
XYZ 8.42 3.7 40.83 -
YUV 37.43 205.64 121.99 -
System Red Green Blue C M Y K H S L
Decimal 29 15 175 0.83 0.91 0 0.31 245.25 0.84 0.37
Hex 1D F AF 53 5B 0 1F F5 54 25
Octal 35 17 257 123 133 0 37 365 124 45
Binary 11101 1111 10101111 1010011 1011011 0 11111 11110101 1010100 100101

Color Harmonies of #1D0FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0FAF

Black with #1D0FAF

Text Example


Text Example

White with #1D0FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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