Html Css Color HEX #060C94 Ultramarine

📋 copy color: '#060C94'

red 6 ◦ green 12 ◦ blue 148

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

Shades of Ultramarine #060C94

Tints of Ultramarine #060C94

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.23%

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

R = 3.61%
G = 7.23%
B = 89.16%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#060C94 (or 0x060C94) is known color: Ultramarine. HEX triplet: 06, 0C and 94. RGB value is (6,12,148). Sum of RGB (Red+Green+Blue) = 6+12+148=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 148 (58.20% from 255 or 89.16% from 166); Max value from RGB is 148 - color contains mainly: blue. Hex color #060C94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C94 is #F9F36B. Grayscale: #191919. Windows color (decimal): -16380780 or 9702406. OLE color: 9702406.

HSL color Cylindrical-coordinate representation of color #060C94: hue angle of 237.46º 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 #060C94 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 12 148 -
CMYK 0.96 0.92 0 0.42
HSL 237.46º 0.92% 0.3% -
HSV(B) 237.46º 0.96% 0.58% -
XYZ 5.55 2.44 28.2 -
YUV 25.71 197.01 113.94 -
System Red Green Blue C M Y K H S L
Decimal 6 12 148 0.96 0.92 0 0.42 237.46 0.92 0.3
Hex 6 C 94 60 5C 0 2A ED 5C 1E
Octal 6 14 224 140 134 0 52 355 134 36
Binary 110 1100 10010100 1100000 1011100 0 101010 11101101 1011100 11110

Color Harmonies of #060C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C94

Black with #060C94

Text Example


Text Example

White with #060C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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