Html Css Color HEX #1C306F Sapphire

📋 copy color: '#1C306F'

red 28 ◦ green 48 ◦ blue 111

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

Shades of Sapphire #1C306F

Tints of Sapphire #1C306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 59.36%

R = 14.97%
G = 25.67%
B = 59.36%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C306F (or 0x1C306F) is known color: Sapphire. HEX triplet: 1C, 30 and 6F. RGB value is (28,48,111). Sum of RGB (Red+Green+Blue) = 28+48+111=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C306F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C306F is #E3CF90. Grayscale: #303030. Windows color (decimal): -14929809 or 7286812. OLE color: 7286812.

HSL color Cylindrical-coordinate representation of color #1C306F: hue angle of 225.54º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C306F is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 48 111 -
CMYK 0.75 0.57 0 0.56
HSL 225.54º 0.6% 0.27% -
HSV(B) 225.54º 0.75% 0.44% -
XYZ 4.41 3.51 15.48 -
YUV 49.2 162.87 112.88 -
System Red Green Blue C M Y K H S L
Decimal 28 48 111 0.75 0.57 0 0.56 225.54 0.6 0.27
Hex 1C 30 6F 4B 39 0 38 E2 3C 1B
Octal 34 60 157 113 71 0 70 342 74 33
Binary 11100 110000 1101111 1001011 111001 0 111000 11100010 111100 11011

Color Harmonies of #1C306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C306F

Black with #1C306F

Text Example


Text Example

White with #1C306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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