Html Css Color HEX #061998 Ultramarine

📋 copy color: '#061998'

red 6 ◦ green 25 ◦ blue 152

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

Shades of Ultramarine #061998

Tints of Ultramarine #061998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 83.06%

R = 3.28%
G = 13.66%
B = 83.06%

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

#061998 (or 0x061998) is known color: Ultramarine. HEX triplet: 06, 19 and 98. RGB value is (6,25,152). Sum of RGB (Red+Green+Blue) = 6+25+152=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 152 (59.77% from 255 or 83.06% from 183); Max value from RGB is 152 - color contains mainly: blue. Hex color #061998 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061998 is #F9E667. Grayscale: #212121. Windows color (decimal): -16377448 or 9967878. OLE color: 9967878.

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

Color convert

RGB 6 25 152 -
CMYK 0.96 0.84 0 0.40
HSL 232.19º 0.92% 0.31% -
HSV(B) 232.19º 0.96% 0.6% -
XYZ 6.09 3 29.96 -
YUV 33.8 194.71 108.17 -
System Red Green Blue C M Y K H S L
Decimal 6 25 152 0.96 0.84 0 0.40 232.19 0.92 0.31
Hex 6 19 98 60 54 0 28 E8 5C 1F
Octal 6 31 230 140 124 0 50 350 134 37
Binary 110 11001 10011000 1100000 1010100 0 101000 11101000 1011100 11111

Color Harmonies of #061998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061998

Black with #061998

Text Example


Text Example

White with #061998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061998; }

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

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

background-color css

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

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

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

border-color css

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

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

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