Html Css Color HEX #061694 Ultramarine

📋 copy color: '#061694'

red 6 ◦ green 22 ◦ blue 148

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

Shades of Ultramarine #061694

Tints of Ultramarine #061694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 84.09%

R = 3.41%
G = 12.5%
B = 84.09%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#061694 (or 0x061694) is known color: Ultramarine. HEX triplet: 06, 16 and 94. RGB value is (6,22,148). Sum of RGB (Red+Green+Blue) = 6+22+148=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 148 (58.20% from 255 or 84.09% from 176); Max value from RGB is 148 - color contains mainly: blue. Hex color #061694 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061694 is #F9E96B. Grayscale: #1F1F1F. Windows color (decimal): -16378220 or 9704966. OLE color: 9704966.

HSL color Cylindrical-coordinate representation of color #061694: hue angle of 233.24º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061694 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 22 148 -
CMYK 0.96 0.85 0 0.42
HSL 233.24º 0.92% 0.3% -
HSV(B) 233.24º 0.96% 0.58% -
XYZ 5.71 2.75 28.25 -
YUV 31.58 193.7 109.75 -
System Red Green Blue C M Y K H S L
Decimal 6 22 148 0.96 0.85 0 0.42 233.24 0.92 0.3
Hex 6 16 94 60 55 0 2A E9 5C 1E
Octal 6 26 224 140 125 0 52 351 134 36
Binary 110 10110 10010100 1100000 1010101 0 101010 11101001 1011100 11110

Color Harmonies of #061694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061694

Black with #061694

Text Example


Text Example

White with #061694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061694; }

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

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

background-color css

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

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

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

border-color css

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

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

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