Html Css Color HEX #061396 Ultramarine

📋 copy color: '#061396'

red 6 ◦ green 19 ◦ blue 150

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

Shades of Ultramarine #061396

Tints of Ultramarine #061396

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.86%

 BLUE value IS 150 (58.98% from 255) = 85.71%

R = 3.43%
G = 10.86%
B = 85.71%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#061396 (or 0x061396) is known color: Ultramarine. HEX triplet: 06, 13 and 96. RGB value is (6,19,150). Sum of RGB (Red+Green+Blue) = 6+19+150=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 150 (58.98% from 255 or 85.71% from 175); Max value from RGB is 150 - color contains mainly: blue. Hex color #061396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061396 is #F9EC69. Grayscale: #1D1D1D. Windows color (decimal): -16378986 or 9835270. OLE color: 9835270.

HSL color Cylindrical-coordinate representation of color #061396: hue angle of 234.58º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061396 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 19 150 -
CMYK 0.96 0.87 0 0.41
HSL 234.58º 0.92% 0.31% -
HSV(B) 234.58º 0.96% 0.59% -
XYZ 5.81 2.71 29.07 -
YUV 30.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 6 19 150 0.96 0.87 0 0.41 234.58 0.92 0.31
Hex 6 13 96 60 57 0 29 EB 5C 1F
Octal 6 23 226 140 127 0 51 353 134 37
Binary 110 10011 10010110 1100000 1010111 0 101001 11101011 1011100 11111

Color Harmonies of #061396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061396

Black with #061396

Text Example


Text Example

White with #061396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061396; }

 p { color: rgb(6,19,150); }

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

background-color css

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

 a { background-color: rgb(6,19,150); }

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

border-color css

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

 span { border-color: rgb(6,19,150); }

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