Html Css Color HEX #1C2F67 Sapphire

📋 copy color: '#1C2F67'

red 28 ◦ green 47 ◦ blue 103

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

Shades of Sapphire #1C2F67

Tints of Sapphire #1C2F67

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.4%

 BLUE value IS 103 (40.63% from 255) = 57.87%

R = 15.73%
G = 26.4%
B = 57.87%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1C2F67 (or 0x1C2F67) is known color: Sapphire. HEX triplet: 1C, 2F and 67. RGB value is (28,47,103). Sum of RGB (Red+Green+Blue) = 28+47+103=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 103 (40.62% from 255 or 57.87% from 178); Max value from RGB is 103 - color contains mainly: blue. Hex color #1C2F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2F67 is #E3D098. Grayscale: #2F2F2F. Windows color (decimal): -14930073 or 6762268. OLE color: 6762268.

HSL color Cylindrical-coordinate representation of color #1C2F67: hue angle of 224.8º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C2F67 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 28 47 103 -
CMYK 0.73 0.54 0 0.60
HSL 224.8º 0.57% 0.26% -
HSV(B) 224.8º 0.73% 0.4% -
XYZ 3.94 3.26 13.25 -
YUV 47.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 28 47 103 0.73 0.54 0 0.60 224.8 0.57 0.26
Hex 1C 2F 67 49 36 0 3C E1 39 1A
Octal 34 57 147 111 66 0 74 341 71 32
Binary 11100 101111 1100111 1001001 110110 0 111100 11100001 111001 11010

Color Harmonies of #1C2F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2F67

Black with #1C2F67

Text Example


Text Example

White with #1C2F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,47,103); }

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

background-color css

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

 a { background-color: rgb(28,47,103); }

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

border-color css

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

 span { border-color: rgb(28,47,103); }

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