Html Css Color HEX #06188B Ultramarine

📋 copy color: '#06188B'

red 6 ◦ green 24 ◦ blue 139

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

Shades of Ultramarine #06188B

Tints of Ultramarine #06188B

RGB

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

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

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

R = 3.55%
G = 14.2%
B = 82.25%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06188B (or 0x06188B) is known color: Ultramarine. HEX triplet: 06, 18 and 8B. RGB value is (6,24,139). Sum of RGB (Red+Green+Blue) = 6+24+139=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 139 (54.69% from 255 or 82.25% from 169); Max value from RGB is 139 - color contains mainly: blue. Hex color #06188B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06188B is #F9E774. Grayscale: #1F1F1F. Windows color (decimal): -16377717 or 9115654. OLE color: 9115654.

HSL color Cylindrical-coordinate representation of color #06188B: hue angle of 231.88º 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 #06188B is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 24 139 -
CMYK 0.96 0.83 0 0.45
HSL 231.88º 0.92% 0.28% -
HSV(B) 231.88º 0.96% 0.55% -
XYZ 5.06 2.56 24.65 -
YUV 31.73 188.54 109.65 -
System Red Green Blue C M Y K H S L
Decimal 6 24 139 0.96 0.83 0 0.45 231.88 0.92 0.28
Hex 6 18 8B 60 53 0 2D E8 5C 1C
Octal 6 30 213 140 123 0 55 350 134 34
Binary 110 11000 10001011 1100000 1010011 0 101101 11101000 1011100 11100

Color Harmonies of #06188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06188B

Black with #06188B

Text Example


Text Example

White with #06188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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