Html Css Color HEX #1A268D Ultramarine

📋 copy color: '#1A268D'

red 26 ◦ green 38 ◦ blue 141

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

Shades of Ultramarine #1A268D

Tints of Ultramarine #1A268D

RGB

 RED value IS 26 (10.55% from 255) = 12.68%

 GREEN value IS 38 (15.23% from 255) = 18.54%

 BLUE value IS 141 (55.47% from 255) = 68.78%

R = 12.68%
G = 18.54%
B = 68.78%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1A268D (or 0x1A268D) is known color: Ultramarine. HEX triplet: 1A, 26 and 8D. RGB value is (26,38,141). Sum of RGB (Red+Green+Blue) = 26+38+141=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A268D is #E5D972. Grayscale: #2D2D2D. Windows color (decimal): -15063411 or 9250330. OLE color: 9250330.

HSL color Cylindrical-coordinate representation of color #1A268D: hue angle of 233.74º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A268D is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 26 38 141 -
CMYK 0.82 0.73 0 0.45
HSL 233.74º 0.69% 0.33% -
HSV(B) 233.74º 0.82% 0.55% -
XYZ 5.93 3.53 25.57 -
YUV 46.15 181.52 113.62 -
System Red Green Blue C M Y K H S L
Decimal 26 38 141 0.82 0.73 0 0.45 233.74 0.69 0.33
Hex 1A 26 8D 52 49 0 2D EA 45 21
Octal 32 46 215 122 111 0 55 352 105 41
Binary 11010 100110 10001101 1010010 1001001 0 101101 11101010 1000101 100001

Color Harmonies of #1A268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A268D

Black with #1A268D

Text Example


Text Example

White with #1A268D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,38,141); }

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

background-color css

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

 a { background-color: rgb(26,38,141); }

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

border-color css

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

 span { border-color: rgb(26,38,141); }

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