Html Css Color HEX #061498 Ultramarine

📋 copy color: '#061498'

red 6 ◦ green 20 ◦ blue 152

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

Shades of Ultramarine #061498

Tints of Ultramarine #061498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

 BLUE value IS 152 (59.77% from 255) = 85.39%

R = 3.37%
G = 11.24%
B = 85.39%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#061498 (or 0x061498) is known color: Ultramarine. HEX triplet: 06, 14 and 98. RGB value is (6,20,152). Sum of RGB (Red+Green+Blue) = 6+20+152=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 152 (59.77% from 255 or 85.39% from 178); Max value from RGB is 152 - color contains mainly: blue. Hex color #061498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061498 is #F9EB67. Grayscale: #1E1E1E. Windows color (decimal): -16378728 or 9966598. OLE color: 9966598.

HSL color Cylindrical-coordinate representation of color #061498: hue angle of 234.25º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061498 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 20 152 -
CMYK 0.96 0.87 0 0.40
HSL 234.25º 0.92% 0.31% -
HSV(B) 234.25º 0.96% 0.6% -
XYZ 5.99 2.81 29.93 -
YUV 30.86 196.36 110.27 -
System Red Green Blue C M Y K H S L
Decimal 6 20 152 0.96 0.87 0 0.40 234.25 0.92 0.31
Hex 6 14 98 60 57 0 28 EA 5C 1F
Octal 6 24 230 140 127 0 50 352 134 37
Binary 110 10100 10011000 1100000 1010111 0 101000 11101010 1011100 11111

Color Harmonies of #061498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061498

Black with #061498

Text Example


Text Example

White with #061498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061498; }

 p { color: rgb(6,20,152); }

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

background-color css

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

 a { background-color: rgb(6,20,152); }

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

border-color css

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

 span { border-color: rgb(6,20,152); }

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