Html Css Color HEX #231AAF Ultramarine

📋 copy color: '#231AAF'

red 35 ◦ green 26 ◦ blue 175

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

Shades of Ultramarine #231AAF

Tints of Ultramarine #231AAF

RGB

 RED value IS 35 (14.06% from 255) = 14.83%

 GREEN value IS 26 (10.55% from 255) = 11.02%

 BLUE value IS 175 (68.75% from 255) = 74.15%

R = 14.83%
G = 11.02%
B = 74.15%

CMYK

 C value IS 0.8

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#231AAF (or 0x231AAF) is known color: Ultramarine. HEX triplet: 23, 1A and AF. RGB value is (35,26,175). Sum of RGB (Red+Green+Blue) = 35+26+175=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #231AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231AAF is #DCE550. Grayscale: #2D2D2D. Windows color (decimal): -14476625 or 11475491. OLE color: 11475491.

HSL color Cylindrical-coordinate representation of color #231AAF: hue angle of 243.62º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231AAF is Cyan = 0.8, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 35 26 175 -
CMYK 0.8 0.85 0 0.31
HSL 243.62º 0.74% 0.39% -
HSV(B) 243.62º 0.85% 0.69% -
XYZ 8.8 4.19 40.9 -
YUV 45.68 200.98 120.38 -
System Red Green Blue C M Y K H S L
Decimal 35 26 175 0.8 0.85 0 0.31 243.62 0.74 0.39
Hex 23 1A AF 50 55 0 1F F4 4A 27
Octal 43 32 257 120 125 0 37 364 112 47
Binary 100011 11010 10101111 1010000 1010101 0 11111 11110100 1001010 100111

Color Harmonies of #231AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231AAF

Black with #231AAF

Text Example


Text Example

White with #231AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231AAF; }

 p { color: rgb(35,26,175); }

 H1.HeaderClassName
 {
   color: #231AAF;
 }
 .AnyTagClassName
 {
   color: #231AAF;
 }
</style>

background-color css

<style>
 a { background-color: #231AAF; }

 a { background-color: rgb(35,26,175); }

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

border-color css

<style>
 span { border-color: #231AAF; }

 span { border-color: rgb(35,26,175); }

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