Html Css Color HEX #1C07AE Ultramarine

📋 copy color: '#1C07AE'

red 28 ◦ green 7 ◦ blue 174

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

Shades of Ultramarine #1C07AE

Tints of Ultramarine #1C07AE

RGB

 RED value IS 28 (11.33% from 255) = 13.4%

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

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

R = 13.4%
G = 3.35%
B = 83.25%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C07AE (or 0x1C07AE) is known color: Ultramarine. HEX triplet: 1C, 07 and AE. RGB value is (28,7,174). Sum of RGB (Red+Green+Blue) = 28+7+174=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 174 (68.36% from 255 or 83.25% from 209); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C07AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C07AE is #E3F851. Grayscale: #1F1F1F. Windows color (decimal): -14940242 or 11405084. OLE color: 11405084.

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

Color convert

RGB 28 7 174 -
CMYK 0.84 0.96 0 0.32
HSL 247.54º 0.92% 0.35% -
HSV(B) 247.54º 0.96% 0.68% -
XYZ 8.19 3.45 40.28 -
YUV 32.32 207.96 124.92 -
System Red Green Blue C M Y K H S L
Decimal 28 7 174 0.84 0.96 0 0.32 247.54 0.92 0.35
Hex 1C 7 AE 54 60 0 20 F8 5C 23
Octal 34 7 256 124 140 0 40 370 134 43
Binary 11100 111 10101110 1010100 1100000 0 100000 11111000 1011100 100011

Color Harmonies of #1C07AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C07AE

Black with #1C07AE

Text Example


Text Example

White with #1C07AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C07AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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