Html Css Color HEX #06199A Ultramarine

📋 copy color: '#06199A'

red 6 ◦ green 25 ◦ blue 154

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

Shades of Ultramarine #06199A

Tints of Ultramarine #06199A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 83.24%

R = 3.24%
G = 13.51%
B = 83.24%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#06199A (or 0x06199A) is known color: Ultramarine. HEX triplet: 06, 19 and 9A. RGB value is (6,25,154). Sum of RGB (Red+Green+Blue) = 6+25+154=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 154 (60.55% from 255 or 83.24% from 185); Max value from RGB is 154 - color contains mainly: blue. Hex color #06199A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06199A is #F9E665. Grayscale: #212121. Windows color (decimal): -16377446 or 10098950. OLE color: 10098950.

HSL color Cylindrical-coordinate representation of color #06199A: hue angle of 232.3º degrees, saturation: 0.93, 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 #06199A is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 25 154 -
CMYK 0.96 0.84 0 0.40
HSL 232.3º 0.93% 0.31% -
HSV(B) 232.3º 0.96% 0.6% -
XYZ 6.26 3.07 30.83 -
YUV 34.03 195.71 108.01 -
System Red Green Blue C M Y K H S L
Decimal 6 25 154 0.96 0.84 0 0.40 232.3 0.93 0.31
Hex 6 19 9A 60 54 0 28 E8 5C 1F
Octal 6 31 232 140 124 0 50 350 134 37
Binary 110 11001 10011010 1100000 1010100 0 101000 11101000 1011100 11111

Color Harmonies of #06199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06199A

Black with #06199A

Text Example


Text Example

White with #06199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06199A; }

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

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

background-color css

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

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

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

border-color css

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

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

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