Html Css Color HEX #261BAA Ultramarine

📋 copy color: '#261BAA'

red 38 ◦ green 27 ◦ blue 170

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

Shades of Ultramarine #261BAA

Tints of Ultramarine #261BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.49%

 BLUE value IS 170 (66.8% from 255) = 72.34%

R = 16.17%
G = 11.49%
B = 72.34%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#261BAA (or 0x261BAA) is known color: Ultramarine. HEX triplet: 26, 1B and AA. RGB value is (38,27,170). Sum of RGB (Red+Green+Blue) = 38+27+170=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #261BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261BAA is #D9E455. Grayscale: #2E2E2E. Windows color (decimal): -14279766 or 11148070. OLE color: 11148070.

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

Color convert

RGB 38 27 170 -
CMYK 0.78 0.84 0 0.33
HSL 244.62º 0.73% 0.39% -
HSV(B) 244.62º 0.84% 0.67% -
XYZ 8.45 4.1 38.38 -
YUV 46.59 197.64 121.87 -
System Red Green Blue C M Y K H S L
Decimal 38 27 170 0.78 0.84 0 0.33 244.62 0.73 0.39
Hex 26 1B AA 4E 54 0 21 F5 49 27
Octal 46 33 252 116 124 0 41 365 111 47
Binary 100110 11011 10101010 1001110 1010100 0 100001 11110101 1001001 100111

Color Harmonies of #261BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261BAA

Black with #261BAA

Text Example


Text Example

White with #261BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,27,170); }

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

background-color css

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

 a { background-color: rgb(38,27,170); }

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

border-color css

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

 span { border-color: rgb(38,27,170); }

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