Html Css Color HEX #17077A Ultramarine

📋 copy color: '#17077A'

red 23 ◦ green 7 ◦ blue 122

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

Shades of Ultramarine #17077A

Tints of Ultramarine #17077A

RGB

 RED value IS 23 (9.38% from 255) = 15.13%

 GREEN value IS 7 (3.13% from 255) = 4.61%

 BLUE value IS 122 (48.05% from 255) = 80.26%

R = 15.13%
G = 4.61%
B = 80.26%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#17077A (or 0x17077A) is known color: Ultramarine. HEX triplet: 17, 07 and 7A. RGB value is (23,7,122). Sum of RGB (Red+Green+Blue) = 23+7+122=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 122 (48.05% from 255 or 80.26% from 152); Max value from RGB is 122 - color contains mainly: blue. Hex color #17077A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17077A is #E8F885. Grayscale: #181818. Windows color (decimal): -15267974 or 7997207. OLE color: 7997207.

HSL color Cylindrical-coordinate representation of color #17077A: hue angle of 248.35º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #17077A is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 23 7 122 -
CMYK 0.81 0.94 0 0.52
HSL 248.35º 0.89% 0.25% -
HSV(B) 248.35º 0.94% 0.48% -
XYZ 3.94 1.74 18.54 -
YUV 24.89 182.8 126.65 -
System Red Green Blue C M Y K H S L
Decimal 23 7 122 0.81 0.94 0 0.52 248.35 0.89 0.25
Hex 17 7 7A 51 5E 0 34 F8 59 19
Octal 27 7 172 121 136 0 64 370 131 31
Binary 10111 111 1111010 1010001 1011110 0 110100 11111000 1011001 11001

Color Harmonies of #17077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17077A

Black with #17077A

Text Example


Text Example

White with #17077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17077A; }

 p { color: rgb(23,7,122); }

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

background-color css

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

 a { background-color: rgb(23,7,122); }

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

border-color css

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

 span { border-color: rgb(23,7,122); }

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