Html Css Color HEX #231F8B Ultramarine

📋 copy color: '#231F8B'

red 35 ◦ green 31 ◦ blue 139

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

Shades of Ultramarine #231F8B

Tints of Ultramarine #231F8B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.12%

 BLUE value IS 139 (54.69% from 255) = 67.8%

R = 17.07%
G = 15.12%
B = 67.8%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#231F8B (or 0x231F8B) is known color: Ultramarine. HEX triplet: 23, 1F and 8B. RGB value is (35,31,139). Sum of RGB (Red+Green+Blue) = 35+31+139=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #231F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231F8B is #DCE074. Grayscale: #2C2C2C. Windows color (decimal): -14475381 or 9117475. OLE color: 9117475.

HSL color Cylindrical-coordinate representation of color #231F8B: hue angle of 242.22º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231F8B is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 31 139 -
CMYK 0.75 0.78 0 0.45
HSL 242.22º 0.64% 0.33% -
HSV(B) 242.22º 0.78% 0.55% -
XYZ 5.84 3.2 24.74 -
YUV 44.51 181.33 121.22 -
System Red Green Blue C M Y K H S L
Decimal 35 31 139 0.75 0.78 0 0.45 242.22 0.64 0.33
Hex 23 1F 8B 4B 4E 0 2D F2 40 21
Octal 43 37 213 113 116 0 55 362 100 41
Binary 100011 11111 10001011 1001011 1001110 0 101101 11110010 1000000 100001

Color Harmonies of #231F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F8B

Black with #231F8B

Text Example


Text Example

White with #231F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,31,139); }

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

background-color css

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

 a { background-color: rgb(35,31,139); }

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

border-color css

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

 span { border-color: rgb(35,31,139); }

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