Html Css Color HEX #221885 Ultramarine

📋 copy color: '#221885'

red 34 ◦ green 24 ◦ blue 133

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

Shades of Ultramarine #221885

Tints of Ultramarine #221885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 69.63%

R = 17.8%
G = 12.57%
B = 69.63%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#221885 (or 0x221885) is known color: Ultramarine. HEX triplet: 22, 18 and 85. RGB value is (34,24,133). Sum of RGB (Red+Green+Blue) = 34+24+133=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #221885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221885 is #DDE77A. Grayscale: #262626. Windows color (decimal): -14542715 or 8722466. OLE color: 8722466.

HSL color Cylindrical-coordinate representation of color #221885: hue angle of 245.5º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221885 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 34 24 133 -
CMYK 0.74 0.82 0 0.48
HSL 245.5º 0.69% 0.31% -
HSV(B) 245.5º 0.82% 0.52% -
XYZ 5.22 2.69 22.43 -
YUV 39.42 180.81 124.14 -
System Red Green Blue C M Y K H S L
Decimal 34 24 133 0.74 0.82 0 0.48 245.5 0.69 0.31
Hex 22 18 85 4A 52 0 30 F6 45 1F
Octal 42 30 205 112 122 0 60 366 105 37
Binary 100010 11000 10000101 1001010 1010010 0 110000 11110110 1000101 11111

Color Harmonies of #221885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221885

Black with #221885

Text Example


Text Example

White with #221885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221885; }

 p { color: rgb(34,24,133); }

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

background-color css

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

 a { background-color: rgb(34,24,133); }

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

border-color css

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

 span { border-color: rgb(34,24,133); }

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