Html Css Color HEX #060F90 Ultramarine

📋 copy color: '#060F90'

red 6 ◦ green 15 ◦ blue 144

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

Shades of Ultramarine #060F90

Tints of Ultramarine #060F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 87.27%

R = 3.64%
G = 9.09%
B = 87.27%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#060F90 (or 0x060F90) is known color: Ultramarine. HEX triplet: 06, 0F and 90. RGB value is (6,15,144). Sum of RGB (Red+Green+Blue) = 6+15+144=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 144 (56.64% from 255 or 87.27% from 165); Max value from RGB is 144 - color contains mainly: blue. Hex color #060F90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060F90 is #F9F06F. Grayscale: #1A1A1A. Windows color (decimal): -16380016 or 9441030. OLE color: 9441030.

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

Color convert

RGB 6 15 144 -
CMYK 0.96 0.90 0 0.44
HSL 236.09º 0.92% 0.29% -
HSV(B) 236.09º 0.96% 0.56% -
XYZ 5.28 2.39 26.57 -
YUV 27.02 194.02 113.01 -
System Red Green Blue C M Y K H S L
Decimal 6 15 144 0.96 0.90 0 0.44 236.09 0.92 0.29
Hex 6 F 90 60 5A 0 2C EC 5C 1D
Octal 6 17 220 140 132 0 54 354 134 35
Binary 110 1111 10010000 1100000 1011010 0 101100 11101100 1011100 11101

Color Harmonies of #060F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060F90

Black with #060F90

Text Example


Text Example

White with #060F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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