Html Css Color HEX #060C93 Ultramarine

📋 copy color: '#060C93'

red 6 ◦ green 12 ◦ blue 147

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

Shades of Ultramarine #060C93

Tints of Ultramarine #060C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 89.09%

R = 3.64%
G = 7.27%
B = 89.09%

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

#060C93 (or 0x060C93) is known color: Ultramarine. HEX triplet: 06, 0C and 93. RGB value is (6,12,147). Sum of RGB (Red+Green+Blue) = 6+12+147=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 147 (57.81% from 255 or 89.09% from 165); Max value from RGB is 147 - color contains mainly: blue. Hex color #060C93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C93 is #F9F36C. Grayscale: #191919. Windows color (decimal): -16380781 or 9636870. OLE color: 9636870.

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

Color convert

RGB 6 12 147 -
CMYK 0.96 0.92 0 0.42
HSL 237.45º 0.92% 0.3% -
HSV(B) 237.45º 0.96% 0.58% -
XYZ 5.47 2.41 27.78 -
YUV 25.6 196.51 114.02 -
System Red Green Blue C M Y K H S L
Decimal 6 12 147 0.96 0.92 0 0.42 237.45 0.92 0.3
Hex 6 C 93 60 5C 0 2A ED 5C 1E
Octal 6 14 223 140 134 0 52 355 134 36
Binary 110 1100 10010011 1100000 1011100 0 101010 11101101 1011100 11110

Color Harmonies of #060C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C93

Black with #060C93

Text Example


Text Example

White with #060C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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