Html Css Color HEX #23069F Ultramarine

📋 copy color: '#23069F'

red 35 ◦ green 6 ◦ blue 159

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

Shades of Ultramarine #23069F

Tints of Ultramarine #23069F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3%

 BLUE value IS 159 (62.5% from 255) = 79.5%

R = 17.5%
G = 3%
B = 79.5%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23069F (or 0x23069F) is known color: Ultramarine. HEX triplet: 23, 06 and 9F. RGB value is (35,6,159). Sum of RGB (Red+Green+Blue) = 35+6+159=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 159 (62.5% from 255 or 79.5% from 200); Max value from RGB is 159 - color contains mainly: blue. Hex color #23069F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23069F is #DCF960. Grayscale: #1F1F1F. Windows color (decimal): -14481761 or 10421795. OLE color: 10421795.

HSL color Cylindrical-coordinate representation of color #23069F: hue angle of 251.37º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #23069F is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 6 159 -
CMYK 0.78 0.96 0 0.38
HSL 251.37º 0.93% 0.32% -
HSV(B) 251.37º 0.96% 0.62% -
XYZ 7.02 2.99 33.01 -
YUV 32.11 199.61 130.06 -
System Red Green Blue C M Y K H S L
Decimal 35 6 159 0.78 0.96 0 0.38 251.37 0.93 0.32
Hex 23 6 9F 4E 60 0 26 FB 5D 20
Octal 43 6 237 116 140 0 46 373 135 40
Binary 100011 110 10011111 1001110 1100000 0 100110 11111011 1011101 100000

Color Harmonies of #23069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23069F

Black with #23069F

Text Example


Text Example

White with #23069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23069F; }

 p { color: rgb(35,6,159); }

 H1.HeaderClassName
 {
   color: #23069F;
 }
 .AnyTagClassName
 {
   color: #23069F;
 }
</style>

background-color css

<style>
 a { background-color: #23069F; }

 a { background-color: rgb(35,6,159); }

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

border-color css

<style>
 span { border-color: #23069F; }

 span { border-color: rgb(35,6,159); }

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