Html Css Color HEX #23069B Ultramarine

📋 copy color: '#23069B'

red 35 ◦ green 6 ◦ blue 155

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

Shades of Ultramarine #23069B

Tints of Ultramarine #23069B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 79.08%

R = 17.86%
G = 3.06%
B = 79.08%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23069B (or 0x23069B) is known color: Ultramarine. HEX triplet: 23, 06 and 9B. RGB value is (35,6,155). Sum of RGB (Red+Green+Blue) = 35+6+155=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 155 (60.94% from 255 or 79.08% from 196); Max value from RGB is 155 - color contains mainly: blue. Hex color #23069B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23069B is #DCF964. Grayscale: #1F1F1F. Windows color (decimal): -14481765 or 10159651. OLE color: 10159651.

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

Color convert

RGB 35 6 155 -
CMYK 0.77 0.96 0 0.39
HSL 251.68º 0.93% 0.32% -
HSV(B) 251.68º 0.96% 0.61% -
XYZ 6.67 2.85 31.21 -
YUV 31.66 197.61 130.38 -
System Red Green Blue C M Y K H S L
Decimal 35 6 155 0.77 0.96 0 0.39 251.68 0.93 0.32
Hex 23 6 9B 4D 60 0 27 FC 5D 20
Octal 43 6 233 115 140 0 47 374 135 40
Binary 100011 110 10011011 1001101 1100000 0 100111 11111100 1011101 100000

Color Harmonies of #23069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23069B

Black with #23069B

Text Example


Text Example

White with #23069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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