Html Css Color HEX #060F91 Ultramarine

📋 copy color: '#060F91'

red 6 ◦ green 15 ◦ blue 145

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

Shades of Ultramarine #060F91

Tints of Ultramarine #060F91

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.04%

 BLUE value IS 145 (57.03% from 255) = 87.35%

R = 3.61%
G = 9.04%
B = 87.35%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#060F91 (or 0x060F91) is known color: Ultramarine. HEX triplet: 06, 0F and 91. RGB value is (6,15,145). Sum of RGB (Red+Green+Blue) = 6+15+145=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 145 (57.03% from 255 or 87.35% from 166); Max value from RGB is 145 - color contains mainly: blue. Hex color #060F91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060F91 is #F9F06E. Grayscale: #1A1A1A. Windows color (decimal): -16380015 or 9506566. OLE color: 9506566.

HSL color Cylindrical-coordinate representation of color #060F91: hue angle of 236.12º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060F91 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 15 145 -
CMYK 0.96 0.90 0 0.43
HSL 236.12º 0.92% 0.3% -
HSV(B) 236.12º 0.96% 0.57% -
XYZ 5.36 2.42 26.97 -
YUV 27.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 6 15 145 0.96 0.90 0 0.43 236.12 0.92 0.3
Hex 6 F 91 60 5A 0 2B EC 5C 1E
Octal 6 17 221 140 132 0 53 354 134 36
Binary 110 1111 10010001 1100000 1011010 0 101011 11101100 1011100 11110

Color Harmonies of #060F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060F91

Black with #060F91

Text Example


Text Example

White with #060F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,15,145); }

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

background-color css

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

 a { background-color: rgb(6,15,145); }

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

border-color css

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

 span { border-color: rgb(6,15,145); }

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