Html Css Color HEX #061696 Ultramarine

📋 copy color: '#061696'

red 6 ◦ green 22 ◦ blue 150

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

Shades of Ultramarine #061696

Tints of Ultramarine #061696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.36%

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

R = 3.37%
G = 12.36%
B = 84.27%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#061696 (or 0x061696) is known color: Ultramarine. HEX triplet: 06, 16 and 96. RGB value is (6,22,150). Sum of RGB (Red+Green+Blue) = 6+22+150=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 150 (58.98% from 255 or 84.27% from 178); Max value from RGB is 150 - color contains mainly: blue. Hex color #061696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061696 is #F9E969. Grayscale: #1F1F1F. Windows color (decimal): -16378218 or 9836038. OLE color: 9836038.

HSL color Cylindrical-coordinate representation of color #061696: hue angle of 233.33º 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 #061696 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 22 150 -
CMYK 0.96 0.85 0 0.41
HSL 233.33º 0.92% 0.31% -
HSV(B) 233.33º 0.96% 0.59% -
XYZ 5.87 2.81 29.09 -
YUV 31.81 194.7 109.59 -
System Red Green Blue C M Y K H S L
Decimal 6 22 150 0.96 0.85 0 0.41 233.33 0.92 0.31
Hex 6 16 96 60 55 0 29 E9 5C 1F
Octal 6 26 226 140 125 0 51 351 134 37
Binary 110 10110 10010110 1100000 1010101 0 101001 11101001 1011100 11111

Color Harmonies of #061696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061696

Black with #061696

Text Example


Text Example

White with #061696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061696; }

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

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

background-color css

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

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

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

border-color css

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

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

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