Html Css Color HEX #1C07B1 Ultramarine

📋 copy color: '#1C07B1'

red 28 ◦ green 7 ◦ blue 177

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

Shades of Ultramarine #1C07B1

Tints of Ultramarine #1C07B1

RGB

 RED value IS 28 (11.33% from 255) = 13.21%

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

 BLUE value IS 177 (69.53% from 255) = 83.49%

R = 13.21%
G = 3.3%
B = 83.49%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1C07B1 (or 0x1C07B1) is known color: Ultramarine. HEX triplet: 1C, 07 and B1. RGB value is (28,7,177). Sum of RGB (Red+Green+Blue) = 28+7+177=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 177 (69.53% from 255 or 83.49% from 212); Max value from RGB is 177 - color contains mainly: blue. Hex color #1C07B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C07B1 is #E3F84E. Grayscale: #202020. Windows color (decimal): -14940239 or 11601692. OLE color: 11601692.

HSL color Cylindrical-coordinate representation of color #1C07B1: hue angle of 247.41º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C07B1 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 7 177 -
CMYK 0.84 0.96 0 0.31
HSL 247.41º 0.92% 0.36% -
HSV(B) 247.41º 0.96% 0.69% -
XYZ 8.49 3.57 41.84 -
YUV 32.66 209.46 124.68 -
System Red Green Blue C M Y K H S L
Decimal 28 7 177 0.84 0.96 0 0.31 247.41 0.92 0.36
Hex 1C 7 B1 54 60 0 1F F7 5C 24
Octal 34 7 261 124 140 0 37 367 134 44
Binary 11100 111 10110001 1010100 1100000 0 11111 11110111 1011100 100100

Color Harmonies of #1C07B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C07B1

Black with #1C07B1

Text Example


Text Example

White with #1C07B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C07B1; }

 p { color: rgb(28,7,177); }

 H1.HeaderClassName
 {
   color: #1C07B1;
 }
 .AnyTagClassName
 {
   color: #1C07B1;
 }
</style>

background-color css

<style>
 a { background-color: #1C07B1; }

 a { background-color: rgb(28,7,177); }

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

border-color css

<style>
 span { border-color: #1C07B1; }

 span { border-color: rgb(28,7,177); }

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