Html Css Color HEX #1D306C Sapphire

📋 copy color: '#1D306C'

red 29 ◦ green 48 ◦ blue 108

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

Shades of Sapphire #1D306C

Tints of Sapphire #1D306C

RGB

 RED value IS 29 (11.72% from 255) = 15.68%

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

 BLUE value IS 108 (42.58% from 255) = 58.38%

R = 15.68%
G = 25.95%
B = 58.38%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1D306C (or 0x1D306C) is known color: Sapphire. HEX triplet: 1D, 30 and 6C. RGB value is (29,48,108). Sum of RGB (Red+Green+Blue) = 29+48+108=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D306C is #E2CF93. Grayscale: #303030. Windows color (decimal): -14864276 or 7090205. OLE color: 7090205.

HSL color Cylindrical-coordinate representation of color #1D306C: hue angle of 225.57º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D306C is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 48 108 -
CMYK 0.73 0.56 0 0.58
HSL 225.57º 0.58% 0.27% -
HSV(B) 225.57º 0.73% 0.42% -
XYZ 4.27 3.46 14.63 -
YUV 49.16 161.21 113.62 -
System Red Green Blue C M Y K H S L
Decimal 29 48 108 0.73 0.56 0 0.58 225.57 0.58 0.27
Hex 1D 30 6C 49 38 0 3A E2 3A 1B
Octal 35 60 154 111 70 0 72 342 72 33
Binary 11101 110000 1101100 1001001 111000 0 111010 11100010 111010 11011

Color Harmonies of #1D306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D306C

Black with #1D306C

Text Example


Text Example

White with #1D306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,48,108); }

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

background-color css

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

 a { background-color: rgb(29,48,108); }

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

border-color css

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

 span { border-color: rgb(29,48,108); }

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