Html Css Color HEX #061297 Ultramarine

📋 copy color: '#061297'

red 6 ◦ green 18 ◦ blue 151

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

Shades of Ultramarine #061297

Tints of Ultramarine #061297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.29%

 BLUE value IS 151 (59.38% from 255) = 86.29%

R = 3.43%
G = 10.29%
B = 86.29%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#061297 (or 0x061297) is known color: Ultramarine. HEX triplet: 06, 12 and 97. RGB value is (6,18,151). Sum of RGB (Red+Green+Blue) = 6+18+151=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 151 (59.38% from 255 or 86.29% from 175); Max value from RGB is 151 - color contains mainly: blue. Hex color #061297 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061297 is #F9ED68. Grayscale: #1D1D1D. Windows color (decimal): -16379241 or 9900550. OLE color: 9900550.

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

Color convert

RGB 6 18 151 -
CMYK 0.96 0.88 0 0.41
HSL 235.03º 0.92% 0.31% -
HSV(B) 235.03º 0.96% 0.59% -
XYZ 5.88 2.71 29.49 -
YUV 29.57 196.52 111.19 -
System Red Green Blue C M Y K H S L
Decimal 6 18 151 0.96 0.88 0 0.41 235.03 0.92 0.31
Hex 6 12 97 60 58 0 29 EB 5C 1F
Octal 6 22 227 140 130 0 51 353 134 37
Binary 110 10010 10010111 1100000 1011000 0 101001 11101011 1011100 11111

Color Harmonies of #061297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061297

Black with #061297

Text Example


Text Example

White with #061297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061297; }

 p { color: rgb(6,18,151); }

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

background-color css

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

 a { background-color: rgb(6,18,151); }

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

border-color css

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

 span { border-color: rgb(6,18,151); }

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