Html Css Color HEX #061898 Ultramarine

📋 copy color: '#061898'

red 6 ◦ green 24 ◦ blue 152

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

Shades of Ultramarine #061898

Tints of Ultramarine #061898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.19%

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

R = 3.3%
G = 13.19%
B = 83.52%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#061898 (or 0x061898) is known color: Ultramarine. HEX triplet: 06, 18 and 98. RGB value is (6,24,152). Sum of RGB (Red+Green+Blue) = 6+24+152=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 152 (59.77% from 255 or 83.52% from 182); Max value from RGB is 152 - color contains mainly: blue. Hex color #061898 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061898 is #F9E767. Grayscale: #202020. Windows color (decimal): -16377704 or 9967622. OLE color: 9967622.

HSL color Cylindrical-coordinate representation of color #061898: hue angle of 232.6º 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 #061898 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 24 152 -
CMYK 0.96 0.84 0 0.40
HSL 232.6º 0.92% 0.31% -
HSV(B) 232.6º 0.96% 0.6% -
XYZ 6.07 2.96 29.96 -
YUV 33.21 195.04 108.59 -
System Red Green Blue C M Y K H S L
Decimal 6 24 152 0.96 0.84 0 0.40 232.6 0.92 0.31
Hex 6 18 98 60 54 0 28 E9 5C 1F
Octal 6 30 230 140 124 0 50 351 134 37
Binary 110 11000 10011000 1100000 1010100 0 101000 11101001 1011100 11111

Color Harmonies of #061898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061898

Black with #061898

Text Example


Text Example

White with #061898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061898; }

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

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

background-color css

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

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

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

border-color css

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

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

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