Html Css Color HEX #231BAA Ultramarine

📋 copy color: '#231BAA'

red 35 ◦ green 27 ◦ blue 170

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

Shades of Ultramarine #231BAA

Tints of Ultramarine #231BAA

RGB

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

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

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

R = 15.09%
G = 11.64%
B = 73.28%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#231BAA (or 0x231BAA) is known color: Ultramarine. HEX triplet: 23, 1B and AA. RGB value is (35,27,170). Sum of RGB (Red+Green+Blue) = 35+27+170=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #231BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231BAA is #DCE455. Grayscale: #2D2D2D. Windows color (decimal): -14476374 or 11148067. OLE color: 11148067.

HSL color Cylindrical-coordinate representation of color #231BAA: hue angle of 243.36º 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 #231BAA is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 27 170 -
CMYK 0.79 0.84 0 0.33
HSL 243.36º 0.73% 0.39% -
HSV(B) 243.36º 0.84% 0.67% -
XYZ 8.34 4.04 38.37 -
YUV 45.69 198.15 120.37 -
System Red Green Blue C M Y K H S L
Decimal 35 27 170 0.79 0.84 0 0.33 243.36 0.73 0.39
Hex 23 1B AA 4F 54 0 21 F3 49 27
Octal 43 33 252 117 124 0 41 363 111 47
Binary 100011 11011 10101010 1001111 1010100 0 100001 11110011 1001001 100111

Color Harmonies of #231BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231BAA

Black with #231BAA

Text Example


Text Example

White with #231BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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