Html Css Color HEX #230BAC Ultramarine

📋 copy color: '#230BAC'

red 35 ◦ green 11 ◦ blue 172

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

Shades of Ultramarine #230BAC

Tints of Ultramarine #230BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.05%

 BLUE value IS 172 (67.58% from 255) = 78.9%

R = 16.06%
G = 5.05%
B = 78.9%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#230BAC (or 0x230BAC) is known color: Ultramarine. HEX triplet: 23, 0B and AC. RGB value is (35,11,172). Sum of RGB (Red+Green+Blue) = 35+11+172=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #230BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230BAC is #DCF453. Grayscale: #232323. Windows color (decimal): -14480468 or 11275043. OLE color: 11275043.

HSL color Cylindrical-coordinate representation of color #230BAC: hue angle of 248.94º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230BAC is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 11 172 -
CMYK 0.80 0.94 0 0.33
HSL 248.94º 0.88% 0.36% -
HSV(B) 248.94º 0.94% 0.67% -
XYZ 8.26 3.58 39.28 -
YUV 36.53 204.45 126.91 -
System Red Green Blue C M Y K H S L
Decimal 35 11 172 0.80 0.94 0 0.33 248.94 0.88 0.36
Hex 23 B AC 50 5E 0 21 F9 58 24
Octal 43 13 254 120 136 0 41 371 130 44
Binary 100011 1011 10101100 1010000 1011110 0 100001 11111001 1011000 100100

Color Harmonies of #230BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230BAC

Black with #230BAC

Text Example


Text Example

White with #230BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230BAC; }

 p { color: rgb(35,11,172); }

 H1.HeaderClassName
 {
   color: #230BAC;
 }
 .AnyTagClassName
 {
   color: #230BAC;
 }
</style>

background-color css

<style>
 a { background-color: #230BAC; }

 a { background-color: rgb(35,11,172); }

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

border-color css

<style>
 span { border-color: #230BAC; }

 span { border-color: rgb(35,11,172); }

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