Html Css Color HEX #261DAB Ultramarine

📋 copy color: '#261DAB'

red 38 ◦ green 29 ◦ blue 171

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

Shades of Ultramarine #261DAB

Tints of Ultramarine #261DAB

RGB

 RED value IS 38 (15.23% from 255) = 15.97%

 GREEN value IS 29 (11.72% from 255) = 12.18%

 BLUE value IS 171 (67.19% from 255) = 71.85%

R = 15.97%
G = 12.18%
B = 71.85%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#261DAB (or 0x261DAB) is known color: Ultramarine. HEX triplet: 26, 1D and AB. RGB value is (38,29,171). Sum of RGB (Red+Green+Blue) = 38+29+171=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #261DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261DAB is #D9E254. Grayscale: #2F2F2F. Windows color (decimal): -14279253 or 11214118. OLE color: 11214118.

HSL color Cylindrical-coordinate representation of color #261DAB: hue angle of 243.8º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #261DAB is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 29 171 -
CMYK 0.78 0.83 0 0.33
HSL 243.8º 0.71% 0.39% -
HSV(B) 243.8º 0.83% 0.67% -
XYZ 8.59 4.23 38.89 -
YUV 47.88 197.48 120.95 -
System Red Green Blue C M Y K H S L
Decimal 38 29 171 0.78 0.83 0 0.33 243.8 0.71 0.39
Hex 26 1D AB 4E 53 0 21 F4 47 27
Octal 46 35 253 116 123 0 41 364 107 47
Binary 100110 11101 10101011 1001110 1010011 0 100001 11110100 1000111 100111

Color Harmonies of #261DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261DAB

Black with #261DAB

Text Example


Text Example

White with #261DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261DAB; }

 p { color: rgb(38,29,171); }

 H1.HeaderClassName
 {
   color: #261DAB;
 }
 .AnyTagClassName
 {
   color: #261DAB;
 }
</style>

background-color css

<style>
 a { background-color: #261DAB; }

 a { background-color: rgb(38,29,171); }

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

border-color css

<style>
 span { border-color: #261DAB; }

 span { border-color: rgb(38,29,171); }

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