Html Css Color HEX #1D228C Ultramarine

📋 copy color: '#1D228C'

red 29 ◦ green 34 ◦ blue 140

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

Shades of Ultramarine #1D228C

Tints of Ultramarine #1D228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 68.97%

R = 14.29%
G = 16.75%
B = 68.97%

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

#1D228C (or 0x1D228C) is known color: Ultramarine. HEX triplet: 1D, 22 and 8C. RGB value is (29,34,140). Sum of RGB (Red+Green+Blue) = 29+34+140=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #1D228C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D228C is #E2DD73. Grayscale: #2C2C2C. Windows color (decimal): -14867828 or 9183773. OLE color: 9183773.

HSL color Cylindrical-coordinate representation of color #1D228C: hue angle of 237.3º 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 #1D228C is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 34 140 -
CMYK 0.79 0.76 0 0.45
HSL 237.3º 0.66% 0.33% -
HSV(B) 237.3º 0.79% 0.55% -
XYZ 5.81 3.3 25.14 -
YUV 44.59 181.84 116.88 -
System Red Green Blue C M Y K H S L
Decimal 29 34 140 0.79 0.76 0 0.45 237.3 0.66 0.33
Hex 1D 22 8C 4F 4C 0 2D ED 42 21
Octal 35 42 214 117 114 0 55 355 102 41
Binary 11101 100010 10001100 1001111 1001100 0 101101 11101101 1000010 100001

Color Harmonies of #1D228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D228C

Black with #1D228C

Text Example


Text Example

White with #1D228C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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