Html Css Color HEX #1807AE Ultramarine

📋 copy color: '#1807AE'

red 24 ◦ green 7 ◦ blue 174

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

Shades of Ultramarine #1807AE

Tints of Ultramarine #1807AE

RGB

 RED value IS 24 (9.77% from 255) = 11.71%

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

 BLUE value IS 174 (68.36% from 255) = 84.88%

R = 11.71%
G = 3.41%
B = 84.88%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1807AE (or 0x1807AE) is known color: Ultramarine. HEX triplet: 18, 07 and AE. RGB value is (24,7,174). Sum of RGB (Red+Green+Blue) = 24+7+174=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 174 (68.36% from 255 or 84.88% from 205); Max value from RGB is 174 - color contains mainly: blue. Hex color #1807AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1807AE is #E7F851. Grayscale: #1E1E1E. Windows color (decimal): -15202386 or 11405080. OLE color: 11405080.

HSL color Cylindrical-coordinate representation of color #1807AE: hue angle of 246.11º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1807AE is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 7 174 -
CMYK 0.86 0.96 0 0.32
HSL 246.11º 0.92% 0.35% -
HSV(B) 246.11º 0.96% 0.68% -
XYZ 8.09 3.4 40.27 -
YUV 31.12 208.63 122.92 -
System Red Green Blue C M Y K H S L
Decimal 24 7 174 0.86 0.96 0 0.32 246.11 0.92 0.35
Hex 18 7 AE 56 60 0 20 F6 5C 23
Octal 30 7 256 126 140 0 40 366 134 43
Binary 11000 111 10101110 1010110 1100000 0 100000 11110110 1011100 100011

Color Harmonies of #1807AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1807AE

Black with #1807AE

Text Example


Text Example

White with #1807AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1807AE; }

 p { color: rgb(24,7,174); }

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

background-color css

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

 a { background-color: rgb(24,7,174); }

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

border-color css

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

 span { border-color: rgb(24,7,174); }

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