Html Css Color HEX #06128B Ultramarine

📋 copy color: '#06128B'

red 6 ◦ green 18 ◦ blue 139

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

Shades of Ultramarine #06128B

Tints of Ultramarine #06128B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.04%

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

R = 3.68%
G = 11.04%
B = 85.28%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06128B (or 0x06128B) is known color: Ultramarine. HEX triplet: 06, 12 and 8B. RGB value is (6,18,139). Sum of RGB (Red+Green+Blue) = 6+18+139=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 139 (54.69% from 255 or 85.28% from 163); Max value from RGB is 139 - color contains mainly: blue. Hex color #06128B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06128B is #F9ED74. Grayscale: #1B1B1B. Windows color (decimal): -16379253 or 9114118. OLE color: 9114118.

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

Color convert

RGB 6 18 139 -
CMYK 0.96 0.87 0 0.45
HSL 234.59º 0.92% 0.28% -
HSV(B) 234.59º 0.96% 0.55% -
XYZ 4.95 2.34 24.62 -
YUV 28.21 190.52 112.16 -
System Red Green Blue C M Y K H S L
Decimal 6 18 139 0.96 0.87 0 0.45 234.59 0.92 0.28
Hex 6 12 8B 60 57 0 2D EB 5C 1C
Octal 6 22 213 140 127 0 55 353 134 34
Binary 110 10010 10001011 1100000 1010111 0 101101 11101011 1011100 11100

Color Harmonies of #06128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06128B

Black with #06128B

Text Example


Text Example

White with #06128B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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