Html Css Color HEX #1D188F Ultramarine

📋 copy color: '#1D188F'

red 29 ◦ green 24 ◦ blue 143

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

Shades of Ultramarine #1D188F

Tints of Ultramarine #1D188F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

 BLUE value IS 143 (56.25% from 255) = 72.96%

R = 14.8%
G = 12.24%
B = 72.96%

CMYK

 C value IS 0.80

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1D188F (or 0x1D188F) is known color: Ultramarine. HEX triplet: 1D, 18 and 8F. RGB value is (29,24,143). Sum of RGB (Red+Green+Blue) = 29+24+143=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 143 (56.25% from 255 or 72.96% from 196); Max value from RGB is 143 - color contains mainly: blue. Hex color #1D188F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D188F is #E2E770. Grayscale: #262626. Windows color (decimal): -14870385 or 9377821. OLE color: 9377821.

HSL color Cylindrical-coordinate representation of color #1D188F: hue angle of 242.52º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D188F is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 29 24 143 -
CMYK 0.80 0.83 0 0.44
HSL 242.52º 0.71% 0.33% -
HSV(B) 242.52º 0.83% 0.56% -
XYZ 5.79 2.9 26.24 -
YUV 39.06 186.66 120.82 -
System Red Green Blue C M Y K H S L
Decimal 29 24 143 0.80 0.83 0 0.44 242.52 0.71 0.33
Hex 1D 18 8F 50 53 0 2C F3 47 21
Octal 35 30 217 120 123 0 54 363 107 41
Binary 11101 11000 10001111 1010000 1010011 0 101100 11110011 1000111 100001

Color Harmonies of #1D188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D188F

Black with #1D188F

Text Example


Text Example

White with #1D188F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,24,143); }

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

background-color css

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

 a { background-color: rgb(29,24,143); }

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

border-color css

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

 span { border-color: rgb(29,24,143); }

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