Html Css Color HEX #2D18AF Ultramarine

📋 copy color: '#2D18AF'

red 45 ◦ green 24 ◦ blue 175

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

Shades of Ultramarine #2D18AF

Tints of Ultramarine #2D18AF

RGB

 RED value IS 45 (17.97% from 255) = 18.44%

 GREEN value IS 24 (9.77% from 255) = 9.84%

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

R = 18.44%
G = 9.84%
B = 71.72%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2D18AF (or 0x2D18AF) is known color: Ultramarine. HEX triplet: 2D, 18 and AF. RGB value is (45,24,175). Sum of RGB (Red+Green+Blue) = 45+24+175=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 175 (68.75% from 255 or 71.72% from 244); Max value from RGB is 175 - color contains mainly: blue. Hex color #2D18AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D18AF is #D2E750. Grayscale: #2E2E2E. Windows color (decimal): -13821777 or 11474989. OLE color: 11474989.

HSL color Cylindrical-coordinate representation of color #2D18AF: hue angle of 248.34º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D18AF is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 45 24 175 -
CMYK 0.74 0.86 0 0.31
HSL 248.34º 0.76% 0.39% -
HSV(B) 248.34º 0.86% 0.69% -
XYZ 9.15 4.31 40.91 -
YUV 47.49 199.96 126.22 -
System Red Green Blue C M Y K H S L
Decimal 45 24 175 0.74 0.86 0 0.31 248.34 0.76 0.39
Hex 2D 18 AF 4A 56 0 1F F8 4C 27
Octal 55 30 257 112 126 0 37 370 114 47
Binary 101101 11000 10101111 1001010 1010110 0 11111 11111000 1001100 100111

Color Harmonies of #2D18AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D18AF

Black with #2D18AF

Text Example


Text Example

White with #2D18AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D18AF; }

 p { color: rgb(45,24,175); }

 H1.HeaderClassName
 {
   color: #2D18AF;
 }
 .AnyTagClassName
 {
   color: #2D18AF;
 }
</style>

background-color css

<style>
 a { background-color: #2D18AF; }

 a { background-color: rgb(45,24,175); }

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

border-color css

<style>
 span { border-color: #2D18AF; }

 span { border-color: rgb(45,24,175); }

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