Html Css Color HEX #10218A Ultramarine

📋 copy color: '#10218A'

red 16 ◦ green 33 ◦ blue 138

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

Shades of Ultramarine #10218A

Tints of Ultramarine #10218A

RGB

 RED value IS 16 (6.64% from 255) = 8.56%

 GREEN value IS 33 (13.28% from 255) = 17.65%

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

R = 8.56%
G = 17.65%
B = 73.8%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#10218A (or 0x10218A) is known color: Ultramarine. HEX triplet: 10, 21 and 8A. RGB value is (16,33,138). Sum of RGB (Red+Green+Blue) = 16+33+138=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 138 (54.30% from 255 or 73.80% from 187); Max value from RGB is 138 - color contains mainly: blue. Hex color #10218A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10218A is #EFDE75. Grayscale: #272727. Windows color (decimal): -15720054 or 9052432. OLE color: 9052432.

HSL color Cylindrical-coordinate representation of color #10218A: hue angle of 231.64º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10218A is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 33 138 -
CMYK 0.88 0.76 0 0.46
HSL 231.64º 0.79% 0.3% -
HSV(B) 231.64º 0.88% 0.54% -
XYZ 5.34 3.03 24.35 -
YUV 39.89 183.37 110.96 -
System Red Green Blue C M Y K H S L
Decimal 16 33 138 0.88 0.76 0 0.46 231.64 0.79 0.3
Hex 10 21 8A 58 4C 0 2E E8 4F 1E
Octal 20 41 212 130 114 0 56 350 117 36
Binary 10000 100001 10001010 1011000 1001100 0 101110 11101000 1001111 11110

Color Harmonies of #10218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10218A

Black with #10218A

Text Example


Text Example

White with #10218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10218A; }

 p { color: rgb(16,33,138); }

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

background-color css

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

 a { background-color: rgb(16,33,138); }

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

border-color css

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

 span { border-color: rgb(16,33,138); }

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