Html Css Color HEX #261BAD Ultramarine

📋 copy color: '#261BAD'

red 38 ◦ green 27 ◦ blue 173

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

Shades of Ultramarine #261BAD

Tints of Ultramarine #261BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 72.69%

R = 15.97%
G = 11.34%
B = 72.69%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#261BAD (or 0x261BAD) is known color: Ultramarine. HEX triplet: 26, 1B and AD. RGB value is (38,27,173). Sum of RGB (Red+Green+Blue) = 38+27+173=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #261BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261BAD is #D9E452. Grayscale: #2E2E2E. Windows color (decimal): -14279763 or 11344678. OLE color: 11344678.

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

Color convert

RGB 38 27 173 -
CMYK 0.78 0.84 0 0.32
HSL 244.52º 0.73% 0.39% -
HSV(B) 244.52º 0.84% 0.68% -
XYZ 8.73 4.21 39.89 -
YUV 46.93 199.14 121.63 -
System Red Green Blue C M Y K H S L
Decimal 38 27 173 0.78 0.84 0 0.32 244.52 0.73 0.39
Hex 26 1B AD 4E 54 0 20 F5 49 27
Octal 46 33 255 116 124 0 40 365 111 47
Binary 100110 11011 10101101 1001110 1010100 0 100000 11110101 1001001 100111

Color Harmonies of #261BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261BAD

Black with #261BAD

Text Example


Text Example

White with #261BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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