Html Css Color HEX #10029B Ultramarine

📋 copy color: '#10029B'

red 16 ◦ green 2 ◦ blue 155

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

Shades of Ultramarine #10029B

Tints of Ultramarine #10029B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

 BLUE value IS 155 (60.94% from 255) = 89.6%

R = 9.25%
G = 1.16%
B = 89.6%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10029B (or 0x10029B) is known color: Ultramarine. HEX triplet: 10, 02 and 9B. RGB value is (16,2,155). Sum of RGB (Red+Green+Blue) = 16+2+155=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 155 (60.94% from 255 or 89.60% from 173); Max value from RGB is 155 - color contains mainly: blue. Hex color #10029B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10029B is #EFFD64. Grayscale: #171717. Windows color (decimal): -15727973 or 10158608. OLE color: 10158608.

HSL color Cylindrical-coordinate representation of color #10029B: hue angle of 245.49º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10029B is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 2 155 -
CMYK 0.90 0.99 0 0.39
HSL 245.49º 0.97% 0.31% -
HSV(B) 245.49º 0.99% 0.61% -
XYZ 6.15 2.52 31.17 -
YUV 23.63 202.14 122.56 -
System Red Green Blue C M Y K H S L
Decimal 16 2 155 0.90 0.99 0 0.39 245.49 0.97 0.31
Hex 10 2 9B 5A 63 0 27 F5 61 1F
Octal 20 2 233 132 143 0 47 365 141 37
Binary 10000 10 10011011 1011010 1100011 0 100111 11110101 1100001 11111

Color Harmonies of #10029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10029B

Black with #10029B

Text Example


Text Example

White with #10029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,2,155); }

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

background-color css

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

 a { background-color: rgb(16,2,155); }

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

border-color css

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

 span { border-color: rgb(16,2,155); }

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