Html Css Color HEX #1D228D Ultramarine

📋 copy color: '#1D228D'

red 29 ◦ green 34 ◦ blue 141

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

Shades of Ultramarine #1D228D

Tints of Ultramarine #1D228D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

 BLUE value IS 141 (55.47% from 255) = 69.12%

R = 14.22%
G = 16.67%
B = 69.12%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1D228D (or 0x1D228D) is known color: Ultramarine. HEX triplet: 1D, 22 and 8D. RGB value is (29,34,141). Sum of RGB (Red+Green+Blue) = 29+34+141=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D228D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D228D is #E2DD72. Grayscale: #2C2C2C. Windows color (decimal): -14867827 or 9249309. OLE color: 9249309.

HSL color Cylindrical-coordinate representation of color #1D228D: hue angle of 237.32º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D228D is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 34 141 -
CMYK 0.79 0.76 0 0.45
HSL 237.32º 0.66% 0.33% -
HSV(B) 237.32º 0.79% 0.55% -
XYZ 5.89 3.33 25.53 -
YUV 44.7 182.34 116.8 -
System Red Green Blue C M Y K H S L
Decimal 29 34 141 0.79 0.76 0 0.45 237.32 0.66 0.33
Hex 1D 22 8D 4F 4C 0 2D ED 42 21
Octal 35 42 215 117 114 0 55 355 102 41
Binary 11101 100010 10001101 1001111 1001100 0 101101 11101101 1000010 100001

Color Harmonies of #1D228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D228D

Black with #1D228D

Text Example


Text Example

White with #1D228D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,34,141); }

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

background-color css

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

 a { background-color: rgb(29,34,141); }

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

border-color css

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

 span { border-color: rgb(29,34,141); }

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