Html Css Color HEX #10029C Ultramarine

📋 copy color: '#10029C'

red 16 ◦ green 2 ◦ blue 156

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

Shades of Ultramarine #10029C

Tints of Ultramarine #10029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 89.66%

R = 9.2%
G = 1.15%
B = 89.66%

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

#10029C (or 0x10029C) is known color: Ultramarine. HEX triplet: 10, 02 and 9C. RGB value is (16,2,156). Sum of RGB (Red+Green+Blue) = 16+2+156=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 156 (61.33% from 255 or 89.66% from 174); Max value from RGB is 156 - color contains mainly: blue. Hex color #10029C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10029C is #EFFD63. Grayscale: #171717. Windows color (decimal): -15727972 or 10224144. OLE color: 10224144.

HSL color Cylindrical-coordinate representation of color #10029C: hue angle of 245.45º 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 #10029C is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 2 156 -
CMYK 0.90 0.99 0 0.39
HSL 245.45º 0.97% 0.31% -
HSV(B) 245.45º 0.99% 0.61% -
XYZ 6.24 2.55 31.62 -
YUV 23.74 202.64 122.48 -
System Red Green Blue C M Y K H S L
Decimal 16 2 156 0.90 0.99 0 0.39 245.45 0.97 0.31
Hex 10 2 9C 5A 63 0 27 F5 61 1F
Octal 20 2 234 132 143 0 47 365 141 37
Binary 10000 10 10011100 1011010 1100011 0 100111 11110101 1100001 11111

Color Harmonies of #10029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10029C

Black with #10029C

Text Example


Text Example

White with #10029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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