Html Css Color HEX #1C306B Sapphire

📋 copy color: '#1C306B'

red 28 ◦ green 48 ◦ blue 107

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

Shades of Sapphire #1C306B

Tints of Sapphire #1C306B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.23%

 BLUE value IS 107 (42.19% from 255) = 58.47%

R = 15.3%
G = 26.23%
B = 58.47%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1C306B (or 0x1C306B) is known color: Sapphire. HEX triplet: 1C, 30 and 6B. RGB value is (28,48,107). Sum of RGB (Red+Green+Blue) = 28+48+107=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 107 (42.19% from 255 or 58.47% from 183); Max value from RGB is 107 - color contains mainly: blue. Hex color #1C306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C306B is #E3CF94. Grayscale: #303030. Windows color (decimal): -14929813 or 7024668. OLE color: 7024668.

HSL color Cylindrical-coordinate representation of color #1C306B: hue angle of 224.81º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C306B is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 28 48 107 -
CMYK 0.74 0.55 0 0.58
HSL 224.81º 0.59% 0.26% -
HSV(B) 224.81º 0.74% 0.42% -
XYZ 4.19 3.42 14.35 -
YUV 48.75 160.87 113.2 -
System Red Green Blue C M Y K H S L
Decimal 28 48 107 0.74 0.55 0 0.58 224.81 0.59 0.26
Hex 1C 30 6B 4A 37 0 3A E1 3B 1A
Octal 34 60 153 112 67 0 72 341 73 32
Binary 11100 110000 1101011 1001010 110111 0 111010 11100001 111011 11010

Color Harmonies of #1C306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C306B

Black with #1C306B

Text Example


Text Example

White with #1C306B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,48,107); }

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

background-color css

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

 a { background-color: rgb(28,48,107); }

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

border-color css

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

 span { border-color: rgb(28,48,107); }

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