Html Css Color HEX #10228B Ultramarine

📋 copy color: '#10228B'

red 16 ◦ green 34 ◦ blue 139

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

Shades of Ultramarine #10228B

Tints of Ultramarine #10228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 73.54%

R = 8.47%
G = 17.99%
B = 73.54%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10228B (or 0x10228B) is known color: Ultramarine. HEX triplet: 10, 22 and 8B. RGB value is (16,34,139). Sum of RGB (Red+Green+Blue) = 16+34+139=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 139 (54.69% from 255 or 73.54% from 189); Max value from RGB is 139 - color contains mainly: blue. Hex color #10228B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10228B is #EFDD74. Grayscale: #282828. Windows color (decimal): -15719797 or 9118224. OLE color: 9118224.

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

Color convert

RGB 16 34 139 -
CMYK 0.88 0.76 0 0.45
HSL 231.22º 0.79% 0.3% -
HSV(B) 231.22º 0.88% 0.55% -
XYZ 5.45 3.12 24.74 -
YUV 40.59 183.54 110.46 -
System Red Green Blue C M Y K H S L
Decimal 16 34 139 0.88 0.76 0 0.45 231.22 0.79 0.3
Hex 10 22 8B 58 4C 0 2D E7 4F 1E
Octal 20 42 213 130 114 0 55 347 117 36
Binary 10000 100010 10001011 1011000 1001100 0 101101 11100111 1001111 11110

Color Harmonies of #10228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10228B

Black with #10228B

Text Example


Text Example

White with #10228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10228B; }

 p { color: rgb(16,34,139); }

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

background-color css

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

 a { background-color: rgb(16,34,139); }

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

border-color css

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

 span { border-color: rgb(16,34,139); }

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