Html Css Color HEX #061999 Ultramarine

📋 copy color: '#061999'

red 6 ◦ green 25 ◦ blue 153

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

Shades of Ultramarine #061999

Tints of Ultramarine #061999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.59%

 BLUE value IS 153 (60.16% from 255) = 83.15%

R = 3.26%
G = 13.59%
B = 83.15%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#061999 (or 0x061999) is known color: Ultramarine. HEX triplet: 06, 19 and 99. RGB value is (6,25,153). Sum of RGB (Red+Green+Blue) = 6+25+153=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 153 (60.16% from 255 or 83.15% from 184); Max value from RGB is 153 - color contains mainly: blue. Hex color #061999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061999 is #F9E666. Grayscale: #212121. Windows color (decimal): -16377447 or 10033414. OLE color: 10033414.

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

Color convert

RGB 6 25 153 -
CMYK 0.96 0.84 0 0.4
HSL 232.24º 0.92% 0.31% -
HSV(B) 232.24º 0.96% 0.6% -
XYZ 6.17 3.03 30.4 -
YUV 33.91 195.21 108.09 -
System Red Green Blue C M Y K H S L
Decimal 6 25 153 0.96 0.84 0 0.4 232.24 0.92 0.31
Hex 6 19 99 60 54 0 28 E8 5C 1F
Octal 6 31 231 140 124 0 50 350 134 37
Binary 110 11001 10011001 1100000 1010100 0 101000 11101000 1011100 11111

Color Harmonies of #061999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061999

Black with #061999

Text Example


Text Example

White with #061999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061999; }

 p { color: rgb(6,25,153); }

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

background-color css

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

 a { background-color: rgb(6,25,153); }

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

border-color css

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

 span { border-color: rgb(6,25,153); }

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