Html Css Color HEX #1D02B0 Ultramarine

📋 copy color: '#1D02B0'

red 29 ◦ green 2 ◦ blue 176

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

Shades of Ultramarine #1D02B0

Tints of Ultramarine #1D02B0

RGB

 RED value IS 29 (11.72% from 255) = 14.01%

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

 BLUE value IS 176 (69.14% from 255) = 85.02%

R = 14.01%
G = 0.97%
B = 85.02%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1D02B0 (or 0x1D02B0) is known color: Ultramarine. HEX triplet: 1D, 02 and B0. RGB value is (29,2,176). Sum of RGB (Red+Green+Blue) = 29+2+176=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 176 (69.14% from 255 or 85.02% from 207); Max value from RGB is 176 - color contains mainly: blue. Hex color #1D02B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D02B0 is #E2FD4F. Grayscale: #1D1D1D. Windows color (decimal): -14875984 or 11534877. OLE color: 11534877.

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

Color convert

RGB 29 2 176 -
CMYK 0.84 0.99 0 0.31
HSL 249.31º 0.98% 0.35% -
HSV(B) 249.31º 0.99% 0.69% -
XYZ 8.36 3.44 41.3 -
YUV 29.91 210.45 127.35 -
System Red Green Blue C M Y K H S L
Decimal 29 2 176 0.84 0.99 0 0.31 249.31 0.98 0.35
Hex 1D 2 B0 54 63 0 1F F9 62 23
Octal 35 2 260 124 143 0 37 371 142 43
Binary 11101 10 10110000 1010100 1100011 0 11111 11111001 1100010 100011

Color Harmonies of #1D02B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D02B0

Black with #1D02B0

Text Example


Text Example

White with #1D02B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,2,176); }

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

background-color css

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

 a { background-color: rgb(29,2,176); }

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

border-color css

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

 span { border-color: rgb(29,2,176); }

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