Html Css Color HEX #23078A Ultramarine

📋 copy color: '#23078A'

red 35 ◦ green 7 ◦ blue 138

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

Shades of Ultramarine #23078A

Tints of Ultramarine #23078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.89%

 BLUE value IS 138 (54.3% from 255) = 76.67%

R = 19.44%
G = 3.89%
B = 76.67%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#23078A (or 0x23078A) is known color: Ultramarine. HEX triplet: 23, 07 and 8A. RGB value is (35,7,138). Sum of RGB (Red+Green+Blue) = 35+7+138=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 138 (54.30% from 255 or 76.67% from 180); Max value from RGB is 138 - color contains mainly: blue. Hex color #23078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23078A is #DCF875. Grayscale: #1D1D1D. Windows color (decimal): -14481526 or 9045795. OLE color: 9045795.

HSL color Cylindrical-coordinate representation of color #23078A: hue angle of 252.82º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #23078A is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 7 138 -
CMYK 0.75 0.95 0 0.46
HSL 252.82º 0.9% 0.28% -
HSV(B) 252.82º 0.95% 0.54% -
XYZ 5.36 2.34 24.21 -
YUV 30.31 188.78 131.35 -
System Red Green Blue C M Y K H S L
Decimal 35 7 138 0.75 0.95 0 0.46 252.82 0.9 0.28
Hex 23 7 8A 4B 5F 0 2E FD 5A 1C
Octal 43 7 212 113 137 0 56 375 132 34
Binary 100011 111 10001010 1001011 1011111 0 101110 11111101 1011010 11100

Color Harmonies of #23078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23078A

Black with #23078A

Text Example


Text Example

White with #23078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23078A; }

 p { color: rgb(35,7,138); }

 H1.HeaderClassName
 {
   color: #23078A;
 }
 .AnyTagClassName
 {
   color: #23078A;
 }
</style>

background-color css

<style>
 a { background-color: #23078A; }

 a { background-color: rgb(35,7,138); }

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

border-color css

<style>
 span { border-color: #23078A; }

 span { border-color: rgb(35,7,138); }

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