Html Css Color HEX #100383 Ultramarine

📋 copy color: '#100383'

red 16 ◦ green 3 ◦ blue 131

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

Shades of Ultramarine #100383

Tints of Ultramarine #100383

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

 BLUE value IS 131 (51.56% from 255) = 87.33%

R = 10.67%
G = 2%
B = 87.33%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#100383 (or 0x100383) is known color: Ultramarine. HEX triplet: 10, 03 and 83. RGB value is (16,3,131). Sum of RGB (Red+Green+Blue) = 16+3+131=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 131 (51.56% from 255 or 87.33% from 150); Max value from RGB is 131 - color contains mainly: blue. Hex color #100383 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100383 is #EFFC7C. Grayscale: #141414. Windows color (decimal): -15727741 or 8586000. OLE color: 8586000.

HSL color Cylindrical-coordinate representation of color #100383: hue angle of 246.09º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100383 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 3 131 -
CMYK 0.88 0.98 0 0.49
HSL 246.09º 0.96% 0.26% -
HSV(B) 246.09º 0.98% 0.51% -
XYZ 4.34 1.81 21.59 -
YUV 21.48 189.81 124.09 -
System Red Green Blue C M Y K H S L
Decimal 16 3 131 0.88 0.98 0 0.49 246.09 0.96 0.26
Hex 10 3 83 58 62 0 31 F6 60 1A
Octal 20 3 203 130 142 0 61 366 140 32
Binary 10000 11 10000011 1011000 1100010 0 110001 11110110 1100000 11010

Color Harmonies of #100383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100383

Black with #100383

Text Example


Text Example

White with #100383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100383; }

 p { color: rgb(16,3,131); }

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

background-color css

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

 a { background-color: rgb(16,3,131); }

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

border-color css

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

 span { border-color: rgb(16,3,131); }

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