Html Css Color HEX #2B069E Ultramarine

📋 copy color: '#2B069E'

red 43 ◦ green 6 ◦ blue 158

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

Shades of Ultramarine #2B069E

Tints of Ultramarine #2B069E

RGB

 RED value IS 43 (17.19% from 255) = 20.77%

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

 BLUE value IS 158 (62.11% from 255) = 76.33%

R = 20.77%
G = 2.9%
B = 76.33%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B069E (or 0x2B069E) is known color: Ultramarine. HEX triplet: 2B, 06 and 9E. RGB value is (43,6,158). Sum of RGB (Red+Green+Blue) = 43+6+158=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 158 (62.11% from 255 or 76.33% from 207); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B069E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B069E is #D4F961. Grayscale: #212121. Windows color (decimal): -13957474 or 10356267. OLE color: 10356267.

HSL color Cylindrical-coordinate representation of color #2B069E: hue angle of 254.61º 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 #2B069E is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 6 158 -
CMYK 0.73 0.96 0 0.38
HSL 254.61º 0.93% 0.32% -
HSV(B) 254.61º 0.96% 0.62% -
XYZ 7.23 3.11 32.57 -
YUV 34.39 197.76 134.14 -
System Red Green Blue C M Y K H S L
Decimal 43 6 158 0.73 0.96 0 0.38 254.61 0.93 0.32
Hex 2B 6 9E 49 60 0 26 FF 5D 20
Octal 53 6 236 111 140 0 46 377 135 40
Binary 101011 110 10011110 1001001 1100000 0 100110 11111111 1011101 100000

Color Harmonies of #2B069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B069E

Black with #2B069E

Text Example


Text Example

White with #2B069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B069E; }

 p { color: rgb(43,6,158); }

 H1.HeaderClassName
 {
   color: #2B069E;
 }
 .AnyTagClassName
 {
   color: #2B069E;
 }
</style>

background-color css

<style>
 a { background-color: #2B069E; }

 a { background-color: rgb(43,6,158); }

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

border-color css

<style>
 span { border-color: #2B069E; }

 span { border-color: rgb(43,6,158); }

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