Html Css Color HEX #1E02AF Ultramarine

📋 copy color: '#1E02AF'

red 30 ◦ green 2 ◦ blue 175

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

Shades of Ultramarine #1E02AF

Tints of Ultramarine #1E02AF

RGB

 RED value IS 30 (12.11% from 255) = 14.49%

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 175 (68.75% from 255) = 84.54%

R = 14.49%
G = 0.97%
B = 84.54%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1E02AF (or 0x1E02AF) is known color: Ultramarine. HEX triplet: 1E, 02 and AF. RGB value is (30,2,175). Sum of RGB (Red+Green+Blue) = 30+2+175=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 175 (68.75% from 255 or 84.54% from 207); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E02AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E02AF is #E1FD50. Grayscale: #1D1D1D. Windows color (decimal): -14810449 or 11469342. OLE color: 11469342.

HSL color Cylindrical-coordinate representation of color #1E02AF: hue angle of 249.71º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E02AF is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 30 2 175 -
CMYK 0.83 0.99 0 0.31
HSL 249.71º 0.98% 0.35% -
HSV(B) 249.71º 0.99% 0.69% -
XYZ 8.29 3.41 40.78 -
YUV 30.09 209.78 127.93 -
System Red Green Blue C M Y K H S L
Decimal 30 2 175 0.83 0.99 0 0.31 249.71 0.98 0.35
Hex 1E 2 AF 53 63 0 1F FA 62 23
Octal 36 2 257 123 143 0 37 372 142 43
Binary 11110 10 10101111 1010011 1100011 0 11111 11111010 1100010 100011

Color Harmonies of #1E02AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E02AF

Black with #1E02AF

Text Example


Text Example

White with #1E02AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,2,175); }

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

background-color css

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

 a { background-color: rgb(30,2,175); }

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

border-color css

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

 span { border-color: rgb(30,2,175); }

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