Html Css Color HEX #10009C Ultramarine

📋 copy color: '#10009C'

red 16 ◦ green 0 ◦ blue 156

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

Shades of Ultramarine #10009C

Tints of Ultramarine #10009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 9.3%
G = 0%
B = 90.7%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10009C (or 0x10009C) is known color: Ultramarine. HEX triplet: 10, 00 and 9C. RGB value is (16,0,156). Sum of RGB (Red+Green+Blue) = 16+0+156=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 156 (61.33% from 255 or 90.70% from 172); Max value from RGB is 156 - color contains mainly: blue. Hex color #10009C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10009C is #EFFF63. Grayscale: #151515. Windows color (decimal): -15728484 or 10223632. OLE color: 10223632.

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

Color convert

RGB 16 0 156 -
CMYK 0.90 1 0 0.39
HSL 246.15º 1% 0.31% -
HSV(B) 246.15º 1% 0.61% -
XYZ 6.21 2.51 31.61 -
YUV 22.57 203.3 123.32 -
System Red Green Blue C M Y K H S L
Decimal 16 0 156 0.90 1 0 0.39 246.15 1 0.31
Hex 10 0 9C 5A 64 0 27 F6 64 1F
Octal 20 0 234 132 144 0 47 366 144 37
Binary 10000 0 10011100 1011010 1100100 0 100111 11110110 1100100 11111

Color Harmonies of #10009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10009C

Black with #10009C

Text Example


Text Example

White with #10009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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