Html Css Color HEX #26249C Ultramarine

📋 copy color: '#26249C'

red 38 ◦ green 36 ◦ blue 156

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

Shades of Ultramarine #26249C

Tints of Ultramarine #26249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.65%

 BLUE value IS 156 (61.33% from 255) = 67.83%

R = 16.52%
G = 15.65%
B = 67.83%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26249C (or 0x26249C) is known color: Ultramarine. HEX triplet: 26, 24 and 9C. RGB value is (38,36,156). Sum of RGB (Red+Green+Blue) = 38+36+156=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #26249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26249C is #D9DB63. Grayscale: #313131. Windows color (decimal): -14277476 or 10232870. OLE color: 10232870.

HSL color Cylindrical-coordinate representation of color #26249C: hue angle of 241º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26249C is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 36 156 -
CMYK 0.76 0.77 0 0.39
HSL 241º 0.63% 0.38% -
HSV(B) 241º 0.77% 0.61% -
XYZ 7.43 4.07 31.85 -
YUV 50.28 187.66 119.24 -
System Red Green Blue C M Y K H S L
Decimal 38 36 156 0.76 0.77 0 0.39 241 0.63 0.38
Hex 26 24 9C 4C 4D 0 27 F1 3E 26
Octal 46 44 234 114 115 0 47 361 76 46
Binary 100110 100100 10011100 1001100 1001101 0 100111 11110001 111110 100110

Color Harmonies of #26249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26249C

Black with #26249C

Text Example


Text Example

White with #26249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26249C; }

 p { color: rgb(38,36,156); }

 H1.HeaderClassName
 {
   color: #26249C;
 }
 .AnyTagClassName
 {
   color: #26249C;
 }
</style>

background-color css

<style>
 a { background-color: #26249C; }

 a { background-color: rgb(38,36,156); }

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

border-color css

<style>
 span { border-color: #26249C; }

 span { border-color: rgb(38,36,156); }

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