Html Css Color HEX #06198B Ultramarine

📋 copy color: '#06198B'

red 6 ◦ green 25 ◦ blue 139

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

Shades of Ultramarine #06198B

Tints of Ultramarine #06198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 81.76%

R = 3.53%
G = 14.71%
B = 81.76%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06198B (or 0x06198B) is known color: Ultramarine. HEX triplet: 06, 19 and 8B. RGB value is (6,25,139). Sum of RGB (Red+Green+Blue) = 6+25+139=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 139 (54.69% from 255 or 81.76% from 170); Max value from RGB is 139 - color contains mainly: blue. Hex color #06198B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06198B is #F9E674. Grayscale: #1F1F1F. Windows color (decimal): -16377461 or 9115910. OLE color: 9115910.

HSL color Cylindrical-coordinate representation of color #06198B: hue angle of 231.43º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06198B is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 25 139 -
CMYK 0.96 0.82 0 0.45
HSL 231.43º 0.92% 0.28% -
HSV(B) 231.43º 0.96% 0.55% -
XYZ 5.08 2.6 24.66 -
YUV 32.32 188.21 109.23 -
System Red Green Blue C M Y K H S L
Decimal 6 25 139 0.96 0.82 0 0.45 231.43 0.92 0.28
Hex 6 19 8B 60 52 0 2D E7 5C 1C
Octal 6 31 213 140 122 0 55 347 134 34
Binary 110 11001 10001011 1100000 1010010 0 101101 11100111 1011100 11100

Color Harmonies of #06198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06198B

Black with #06198B

Text Example


Text Example

White with #06198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06198B; }

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

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

background-color css

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

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

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

border-color css

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

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

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