Html Css Color HEX #261B90 Ultramarine

📋 copy color: '#261B90'

red 38 ◦ green 27 ◦ blue 144

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

Shades of Ultramarine #261B90

Tints of Ultramarine #261B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 68.9%

R = 18.18%
G = 12.92%
B = 68.9%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#261B90 (or 0x261B90) is known color: Ultramarine. HEX triplet: 26, 1B and 90. RGB value is (38,27,144). Sum of RGB (Red+Green+Blue) = 38+27+144=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #261B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261B90 is #D9E46F. Grayscale: #2B2B2B. Windows color (decimal): -14279792 or 9444134. OLE color: 9444134.

HSL color Cylindrical-coordinate representation of color #261B90: hue angle of 245.64º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #261B90 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 27 144 -
CMYK 0.74 0.81 0 0.44
HSL 245.64º 0.68% 0.34% -
HSV(B) 245.64º 0.81% 0.56% -
XYZ 6.23 3.21 26.68 -
YUV 43.63 184.64 123.99 -
System Red Green Blue C M Y K H S L
Decimal 38 27 144 0.74 0.81 0 0.44 245.64 0.68 0.34
Hex 26 1B 90 4A 51 0 2C F6 44 22
Octal 46 33 220 112 121 0 54 366 104 42
Binary 100110 11011 10010000 1001010 1010001 0 101100 11110110 1000100 100010

Color Harmonies of #261B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261B90

Black with #261B90

Text Example


Text Example

White with #261B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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