Html Css Color HEX #061896 Ultramarine

📋 copy color: '#061896'

red 6 ◦ green 24 ◦ blue 150

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

Shades of Ultramarine #061896

Tints of Ultramarine #061896

RGB

 RED value IS 6 (2.73% from 255) = 3.33%

 GREEN value IS 24 (9.77% from 255) = 13.33%

 BLUE value IS 150 (58.98% from 255) = 83.33%

R = 3.33%
G = 13.33%
B = 83.33%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#061896 (or 0x061896) is known color: Ultramarine. HEX triplet: 06, 18 and 96. RGB value is (6,24,150). Sum of RGB (Red+Green+Blue) = 6+24+150=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 150 (58.98% from 255 or 83.33% from 180); Max value from RGB is 150 - color contains mainly: blue. Hex color #061896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061896 is #F9E769. Grayscale: #202020. Windows color (decimal): -16377706 or 9836550. OLE color: 9836550.

HSL color Cylindrical-coordinate representation of color #061896: hue angle of 232.5º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061896 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 24 150 -
CMYK 0.96 0.84 0 0.41
HSL 232.5º 0.92% 0.31% -
HSV(B) 232.5º 0.96% 0.59% -
XYZ 5.91 2.89 29.1 -
YUV 32.98 194.04 108.75 -
System Red Green Blue C M Y K H S L
Decimal 6 24 150 0.96 0.84 0 0.41 232.5 0.92 0.31
Hex 6 18 96 60 54 0 29 E8 5C 1F
Octal 6 30 226 140 124 0 51 350 134 37
Binary 110 11000 10010110 1100000 1010100 0 101001 11101000 1011100 11111

Color Harmonies of #061896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061896

Black with #061896

Text Example


Text Example

White with #061896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061896; }

 p { color: rgb(6,24,150); }

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

background-color css

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

 a { background-color: rgb(6,24,150); }

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

border-color css

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

 span { border-color: rgb(6,24,150); }

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