Html Css Color HEX #06128F Ultramarine

📋 copy color: '#06128F'

red 6 ◦ green 18 ◦ blue 143

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

Shades of Ultramarine #06128F

Tints of Ultramarine #06128F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 85.63%

R = 3.59%
G = 10.78%
B = 85.63%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#06128F (or 0x06128F) is known color: Ultramarine. HEX triplet: 06, 12 and 8F. RGB value is (6,18,143). Sum of RGB (Red+Green+Blue) = 6+18+143=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 143 (56.25% from 255 or 85.63% from 167); Max value from RGB is 143 - color contains mainly: blue. Hex color #06128F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06128F is #F9ED70. Grayscale: #1C1C1C. Windows color (decimal): -16379249 or 9376262. OLE color: 9376262.

HSL color Cylindrical-coordinate representation of color #06128F: hue angle of 234.74º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06128F is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 18 143 -
CMYK 0.96 0.87 0 0.44
HSL 234.74º 0.92% 0.29% -
HSV(B) 234.74º 0.96% 0.56% -
XYZ 5.25 2.45 26.18 -
YUV 28.66 192.52 111.84 -
System Red Green Blue C M Y K H S L
Decimal 6 18 143 0.96 0.87 0 0.44 234.74 0.92 0.29
Hex 6 12 8F 60 57 0 2C EB 5C 1D
Octal 6 22 217 140 127 0 54 353 134 35
Binary 110 10010 10001111 1100000 1010111 0 101100 11101011 1011100 11101

Color Harmonies of #06128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06128F

Black with #06128F

Text Example


Text Example

White with #06128F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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