Html Css Color HEX #221D8A Ultramarine

📋 copy color: '#221D8A'

red 34 ◦ green 29 ◦ blue 138

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

Shades of Ultramarine #221D8A

Tints of Ultramarine #221D8A

RGB

 RED value IS 34 (13.67% from 255) = 16.92%

 GREEN value IS 29 (11.72% from 255) = 14.43%

 BLUE value IS 138 (54.3% from 255) = 68.66%

R = 16.92%
G = 14.43%
B = 68.66%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#221D8A (or 0x221D8A) is known color: Ultramarine. HEX triplet: 22, 1D and 8A. RGB value is (34,29,138). Sum of RGB (Red+Green+Blue) = 34+29+138=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #221D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221D8A is #DDE275. Grayscale: #2A2A2A. Windows color (decimal): -14541430 or 9051426. OLE color: 9051426.

HSL color Cylindrical-coordinate representation of color #221D8A: hue angle of 242.75º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #221D8A is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 34 29 138 -
CMYK 0.75 0.79 0 0.46
HSL 242.75º 0.65% 0.33% -
HSV(B) 242.75º 0.79% 0.54% -
XYZ 5.69 3.05 24.33 -
YUV 42.92 181.66 121.64 -
System Red Green Blue C M Y K H S L
Decimal 34 29 138 0.75 0.79 0 0.46 242.75 0.65 0.33
Hex 22 1D 8A 4B 4F 0 2E F3 41 21
Octal 42 35 212 113 117 0 56 363 101 41
Binary 100010 11101 10001010 1001011 1001111 0 101110 11110011 1000001 100001

Color Harmonies of #221D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221D8A

Black with #221D8A

Text Example


Text Example

White with #221D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221D8A; }

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

 H1.HeaderClassName
 {
   color: #221D8A;
 }
 .AnyTagClassName
 {
   color: #221D8A;
 }
</style>

background-color css

<style>
 a { background-color: #221D8A; }

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

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

border-color css

<style>
 span { border-color: #221D8A; }

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

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